Skip to main content

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 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    classifications

    object[]

    List of classifications

  • Array [

  • classificationId string

    Classification Identifier

    name string

    Name of Classification

    userId string
    insertedDate string

    Inserted Timestamp

  • ]

Loading...