Labels

Get Labels

GET /api/.../labels?labelTypeID={labelTypeID}

Returns labels for the logged in user and specified label type.

Request Information

Parameters
Name Type Required Description
labelTypeID Integer Yes A label type identifier.

Response Information

Example
application/json, text/json
  {
    "Content1": "Test-1",
    "Content2": null,
    "Content3": null
  },
  {
    "Content1": "Test-2",
    "Content2": null,
    "Content3": null
  }
]

HTTP Response Codes

Code Description
200 OK. Success