Records

List the records for a site

get

List the records for the specified site

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

Responses
get
/projects/{projectId}/sites/{siteId}/records

Create a new site record with a server generated ID

post

Create a new site record with a server generated ID

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

Body

Refer to the /schemas/record endpoint for the full JSON Schema definition

and
anyOptional
anyOptional
or
or
or
Responses
post
/projects/{projectId}/sites/{siteId}/records

Update an existing site record

put

Update an existing site record

Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired

The project ID

siteIdstringRequired

The site ID

recordIdstringRequired

The record ID

Body

Refer to the /schemas/record endpoint for the full JSON Schema definition

and
anyOptional
anyOptional
or
or
or
Responses
put
/projects/{projectId}/sites/{siteId}/records/{recordId}