Records
List the records for the specified site
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
siteIdstringRequired
The site ID
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/projects/{projectId}/sites/{siteId}/recordsCreate 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
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/projects/{projectId}/sites/{siteId}/recordsUpdate 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
Responses
200
successful operation
application/json
400
Invalid status value
application/json
put
/projects/{projectId}/sites/{siteId}/records/{recordId}