Workspace
Get all profiles in workspace
Gets all profiles in a workspace.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Workspace ID
Query Parameters
Will return all profiles which names match the search query.
Will return all profiles in particular folder.
Will return all profiles in particular folder.
Maximum number of profiles per page is 30. So if you want to get more profiles, you need to increment this value.
Will sort the result by the selected field.
Available options:
lastActivity
, proxyType
, updatedAt
, createdAt
, sharedEmails
, name
, os
, order
Will sort the result by the selected order.
Available options:
ascend
, descend
Will return all profiles with the selected tag.
Maximum number of profiles per page is 30. So if you want to get more profiles, you need to increment this value.
Response
200 - application/json
The response is of type object
.