UGigs API Help Page

http://api.ugigs.co.uk
No Method Url
{{$i++}} POST @php echo URL::to('/api/v1/projects/register'); @endphp
Description :

Artist Registration

Friendly Url :

@php echo URL::to('/api/v1/projects/register'); @endphp

Parameters :
Parameter Name DataType Description
pro_title string Project Title
pro_email string Email Address
pro_password string Artist Password
{{$i++}} POST @php echo URL::to('/api/v1/projects/login'); @endphp
Description :

Artist Login

Friendly Url :

@php echo URL::to('/api/v1/projects/login'); @endphp

Parameters :
Parameter Name DataType Description
pro_email string Email Address
pro_password string Artist Password
{{$i++}} POST @php echo URL::to('/api/v1/projects/editProjectProfile'); @endphp
Description :

Update Artist Profile

Friendly Url :

@php echo URL::to('/api/v1/projects/editProjectProfile'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
pro_title string Project Title
pro_region String Artist Region
pro_intro String Artist Introduction
pro_content1 String Artist Full Description
pro_tweets String Artist Tweeter Page
pro_instagram String Artist Facebook Page
pro_youtube String Artist Youtube Link | Channel Name
pro_soundcloud String Artist SoundCloud Page
image File Artist Profile Picture
{{$i++}} POST @php echo URL::to('/api/v1/projects/changeEmailAddress'); @endphp
Description :

Change Artist Email Address

Friendly Url :

@php echo URL::to('/api/v1/projects/changeEmailAddress'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
email String New Email Address
email_confirmation String Confirm New Email Address
{{$i++}} POST @php echo URL::to('/api/v1/projects/changePassword'); @endphp
Description :

Change Artist Password

Friendly Url :

@php echo URL::to('/api/v1/projects/changePassword'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
password String New Password
confirm_password String Confirm New Password
{{$i++}} GET @php echo URL::to('/api/v1/projects/deleteAccount/{id}'); @endphp
Description :

Delete Artist Specific Account

Friendly Url :

@php echo URL::to('/api/v1/projects/deleteAccount/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getProjectList'); @endphp
Description :

List All Artists

Friendly Url :

@php echo URL::to('/api/v1/projects/getProjectList'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getProject/{id}'); @endphp
Description :

Show Specific Artist

Friendly Url :

@php echo URL::to('/api/v1/projects/getProject/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/projects/searchProject'); @endphp
Description :

Search Artist

Friendly Url :

@php echo URL::to('/api/v1/projects/searchProject'); @endphp

Parameters :
Parameter Name DataType Description
type Integer Artist Type
date Date Looking For Date
region String Region Name
{{$i++}} POST @php echo URL::to('/api/v1/projects/searchByName'); @endphp
Description :

Search Artist By Name

Friendly Url :

@php echo URL::to('/api/v1/projects/searchByName'); @endphp

Parameters :
Parameter Name DataType Description
name String Artist Name
{{$i++}} GET @php echo URL::to('/api/v1/projects/getPendingGigs/{id}'); @endphp
Description :

Show Specific Artist's Pending Gigs

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getPendingGigs/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getUpcomingGigs/{id}'); @endphp
Description :

Show Specific Artist's Upcoming Gigs

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getUpcomingGigs/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getPreviousGigs/{id}'); @endphp
Description :

Show Specific Artist's Previous Gigs

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getPreviousGigs/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getUnavailableDateList/{id}'); @endphp
Description :

Get Specific Artist's Unavailable Dates

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getUnavailableDateList/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/projects/addUnavailableDate'); @endphp
Description :

Artist Add Unavailable Date

Friendly Url :

@php echo URL::to('/api/v1/projects/addUnavailableDate'); @endphp

Parameters :
Parameter Name DataType Description
date Date Date for Artist Unavailable
pro_id Integer Artist ID
{{$i++}} GET @php echo URL::to('/api/v1/projects/deleteUnavailableDate/{id}'); @endphp
Description :

Delete Specific Artist's Unavailable Date

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/deleteUnavailableDate/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/projects/getProjectWithRateReview/{id}'); @endphp
Description :

Get Specific Artist's Rating,Reviews & Albums

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getProjectWithRateReview/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/projects/giveRateReview'); @endphp
Description :

Artist Give Rate & Review

Friendly Url :

@php echo URL::to('/api/v1/projects/giveRateReview'); @endphp

Parameters :
Parameter Name DataType Description
ven_id Integer Venue Id
pro_id Integer Project Id
calendar_id Integer Calendar Id
comments Comments String
score Score (Rate Point) Integer
{{$i++}} GET @php echo URL::to('/api/v1/projects/getMessageList/{id}'); @endphp
Description :

Get Specific Artist's All Messages (Inbox)

Id : Artist Id

Friendly Url :

@php echo URL::to('/api/v1/projects/getMessageList/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/projects/forgotPassword'); @endphp
Description :

Artist Forgot Password

Friendly Url :

@php echo URL::to('/api/v1/projects/forgotPassword'); @endphp

Parameters :
Parameter Name DataType Description
email String Artist Email Address
{{$i++}} POST @php echo URL::to('/api/v1/projects/sendMessage'); @endphp
Description :

Artist Send Message

Friendly Url :

@php echo URL::to('/api/v1/projects/sendMessage'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
ven_id Integer Venue Id
subject Subject String
message Message String
look_id Integer Looking For Id
{{$i++}} POST @php echo URL::to('/api/v1/projects/acceptGigs'); @endphp
Description :

Artist Accept Gigs

Friendly Url :

@php echo URL::to('/api/v1/projects/acceptGigs'); @endphp

Parameters :
Parameter Name DataType Description
calendar_id Integer Calendar Id
pro_id Integer Project Id
{{$i++}} POST @php echo URL::to('/api/v1/projects/rejectGigs'); @endphp
Description :

Artist Reject Gigs

Friendly Url :

@php echo URL::to('/api/v1/projects/rejectGigs'); @endphp

Parameters :
Parameter Name DataType Description
calendar_id Integer Calendar Id
pro_id Integer Project Id
message Message String
{{$i++}} POST @php echo URL::to('/api/v1/venues/register'); @endphp
Description :

Venue Registration

Friendly Url :

@php echo URL::to('/api/v1/venues/register'); @endphp

Parameters :
Parameter Name DataType Description
ven_title string Venue Title
ven_email string Email Address
ven_password string Venue Password
{{$i++}} POST @php echo URL::to('/api/v1/venues/login'); @endphp
Description :

Venue Login

Friendly Url :

@php echo URL::to('/api/v1/venues/login'); @endphp

Parameters :
Parameter Name DataType Description
ven_email string Email Address
ven_password string Venue Password
{{$i++}} POST @php echo URL::to('/api/v1/venues/editVenueProfile'); @endphp
Description :

Update Venue Profile

Friendly Url :

@php echo URL::to('/api/v1/venues/editVenueProfile'); @endphp

Parameters :
Parameter Name DataType Description
ven_id Integer Venue Id
ven_title string Venue Title
ven_location String Venue Location
ven_region String Venue Region
ven_intro String Venue Introduction
ven_content1 String Venue Full Description
ven_instagram String Venue Facebook Page
ven_website URL Venue Website Url
image File Venue Profile Picture
{{$i++}} POST @php echo URL::to('/api/v1/venues/changeEmailAddress'); @endphp
Description :

Change Venue Email Address

Friendly Url :

@php echo URL::to('/api/v1/venues/changeEmailAddress'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
email String New Email Address
email_confirmation String Confirm New Email Address
{{$i++}} POST @php echo URL::to('/api/v1/venues/changePassword'); @endphp
Description :

Change Venue Password

Friendly Url :

@php echo URL::to('/api/v1/venues/changePassword'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
password String New Password
confirm_password String Confirm New Password
{{$i++}} GET @php echo URL::to('/api/v1/venues/deleteAccount/{id}'); @endphp
Description :

Delete Artist Specific Account

Friendly Url :

@php echo URL::to('/api/v1/venues/deleteAccount/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getVenueList'); @endphp
Description :

List All Venues

Friendly Url :

@php echo URL::to('/api/v1/venues/getVenueList'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getVenue/{id}'); @endphp
Description :

Show Specific Venue

Friendly Url :

@php echo URL::to('/api/v1/venues/getVenue/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/venues/searchVenue'); @endphp
Description :

Search Venues

Friendly Url :

@php echo URL::to('/api/v1/venues/searchVenue'); @endphp

Parameters :
Parameter Name DataType Description
type Integer Venue Type
date Date Looking For Date
region String Region Name
{{$i++}} POST @php echo URL::to('/api/v1/venues/searchByName'); @endphp
Description :

Search Venue By Name

Friendly Url :

@php echo URL::to('/api/v1/venues/searchByName'); @endphp

Parameters :
Parameter Name DataType Description
name String Venue Name
{{$i++}} POST @php echo URL::to('/api/v1/venues/putLookingFor'); @endphp
Description :

Create New Looking For

Friendly Url :

@php echo URL::to('/api/v1/venues/putLookingFor'); @endphp

Parameters :
Parameter Name DataType Description
ven_id Integer Venue Id
date Date Looking For Date
type1 Integer Venue Type
type2 Integer Artist Type
type3 Integer Artist Type
note String Note About Looking For
{{$i++}} GET @php echo URL::to('/api/v1/venues/getLookingFor/{id}'); @endphp
Description :

Show Specific Venue's Looking For

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getLookingFor/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getPendingInvites/{id}'); @endphp
Description :

Show Specific Venue's Pending Gigs

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getPendingInvites/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getUpcomingGigs/{id}'); @endphp
Description :

Show Specific Venue's Upcoming Gigs

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getUpcomingGigs/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getPreviousGigs/{id}'); @endphp
Description :

Show Specific Venue's Previous Gigs

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getPreviousGigs/{id}'); @endphp

{{$i++}} GET @php echo URL::to('/api/v1/venues/getVenueWithRateReview/{id}'); @endphp
Description :

Get Specific Venue's Rating,Reviews & Albums

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getVenuesWithRateReview/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/venues/giveRateReview'); @endphp
Description :

Venue Give Rate & Review

Friendly Url :

@php echo URL::to('/api/v1/venues/giveRateReview'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
ven_id Integer Venue Id
calendar_id Integer Calendar Id
comments Comments String
score Score (Rate Point) Integer
{{$i++}} GET @php echo URL::to('/api/v1/venues/getMessageList/{id}'); @endphp
Description :

Delete Specific Venue's All Messages (Inbox)

Id : Venue Id

Friendly Url :

@php echo URL::to('/api/v1/venues/getMessageList/{id}'); @endphp

{{$i++}} POST @php echo URL::to('/api/v1/venues/forgotPassword'); @endphp
Description :

Venue Forgot Password

Friendly Url :

@php echo URL::to('/api/v1/venues/forgotPassword'); @endphp

Parameters :
Parameter Name DataType Description
email String Venue Email Address
{{$i++}} POST @php echo URL::to('/api/v1/venues/sendMessage'); @endphp
Description :

Venue Send Message

Friendly Url :

@php echo URL::to('/api/v1/venues/sendMessage'); @endphp

Parameters :
Parameter Name DataType Description
ven_id Integer Venue Id
pro_id Integer Project Id
subject Subject String
message Message String
{{$i++}} POST @php echo URL::to('/api/v1/contactUs'); @endphp
Description :

Contact Us

Friendly Url :

@php echo URL::to('/api/v1/contactUs'); @endphp

Parameters :
Parameter Name DataType Description
name String Name
email String Email Address
telephone Contact Number Integer
message Message String
{{$i++}} POST @php echo URL::to('/api/v1/venues/bookGig'); @endphp
Description :

Venue Book Gig

Friendly Url :

@php echo URL::to('/api/v1/venues/bookGig'); @endphp

Parameters :
Parameter Name DataType Description
pro_id Integer Project Id
ven_id Integer Venue Id
date Date Date of Book Gig
message String Message