Get Sites Classifications
GET/sites/:siteId/classifications
Gets Sites Classifications
Request
Path Parameters
siteId stringrequired
Site Identifier
Query Parameters
limit string
Limit Results
Default value:
10
next string
Next page of results token
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
next string
Next page of results token
classifications
object[]
List of classifications
classificationId string
Classification Identifier
name string
Name of Classification
userId string
insertedDate string
Inserted Timestamp
{
"next": "string",
"classifications": [
{
"classificationId": "string",
"name": "string",
"userId": "string",
"insertedDate": "string"
}
]
}
Loading...