Get All Source
Get all sources for a customer
Request
URI
GET
https://{api_host}/api/v2/source
COPY
Query Parameters
string
cursor
Optional
cursor
integer
limit
Optional
max limit: 1000
Responses
200
successful operation
Returns ResponseContainerPagedSource of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"hidden": false,
"id": "string",
"description": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"markedNewEpochMillis": 0,
"creatorId": "string",
"updaterId": "string",
"sourceName": "string"
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}