Get All Source

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
Constraints: default: 100

max limit: 1000


Authentication
This operation uses the following authentication methods.
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,
                "tags": {
                    "tags": false
                },
                "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
        }
    }
}
object
status
Required

status

object
response
Optional

response


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v2/source