Basker Docs

All resources

Every resource the Partners API exposes, with its REST path and a link to its endpoints

The Partners API exposes one set of endpoints per resource. Every resource follows the same REST contract, so once you know one, you know them all.

The shared contract

For a resource at /{resource}, the endpoints are:

OperationMethodPath
ListGET/partners/{version}/{tenant}/{resource}
Get oneGET/partners/{version}/{tenant}/{resource}/{id}
CreatePOST/partners/{version}/{tenant}/{resource}
UpdatePATCH/partners/{version}/{tenant}/{resource}/{id}
DeleteDELETE/partners/{version}/{tenant}/{resource}/{id}

Reads are scoped to the tenant in the path; writes attach the tenant automatically and only ever affect your own tenant's records. If your tenant is in a tenant group, reads of shared resources also return the group's records. See Authentication and Multi-tenancy for the request basics, and Query parameters for filtering, pagination, and field selection.

Resources

ResourcePathEndpoints
Pages/pagesPages
Events/eventsEvents
Event instances/event-instancesEvent instances
Posts/postsPosts
Blogs/blogsBlogs
People/peoplePeople
Venues/venuesVenues
Organizations/organizationsOrganizations
Seasons/seasonsSeasons
Series/seriesSeries
Works/worksWorks
Media/mediaMedia
Files/filesFiles
Forms/formsForms
Redirects/redirectsRedirects
Custom attributes/custom-attributesCustom attributes
Custom object definitions/custom-object-definitionsCustom object definitions
Custom object instances/custom-object-instancesCustom object instances

On this page