Records
List the records for the specified system
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
siteIdstringRequired
The site ID
systemIdstringRequired
The system ID
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/projects/{projectId}/sites/{siteId}/systems/{systemId}/recordsCreate a new system record with a server generated ID
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
siteIdstringRequired
The site ID
systemIdstringRequired
The system 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}/systems/{systemId}/recordsUpdate an existing system record
Authorizations
AuthorizationstringRequired
Path parameters
projectIdstringRequired
The project ID
siteIdstringRequired
The site ID
systemIdstringRequired
The system 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}/systems/{systemId}/records/{recordId}