Get Tags

Gets a list of tags per tenant. The list cannot exceed 2000 items.

URL

Copy
https://<your-cloud>.app.perfectomobile.com/repository/api/v1/artifacts/tags

Method

GET

Header parameters

Name Description
Perfecto-Authorization

Security Token

Request parameters

Parameter Description
skip

Optional. Specifies how many elements to skip, if any. If used, 0 means not to skip any elements, 10 means to skip 10 elements, and so on.

pagesize

Optional. Specifies how many artifacts to retrieve per request. For example, a value of 1 means to return 1 element per request.

Success response

Code: 200

Copy

Sample response

{
    tags:[
        "tag1",
        "tag2",
        "tag3"
    ]
}

Error response

Error code Reason
206 Partial content Not all content was retrieved.