List Labels
Get the labels for an organization. User must have the label.read
scope.
External Documentation
To learn more, visit the Hyperproof documentation.
Parameters
Parameter | Description |
---|---|
Can Link | If true, only returns labels to which the requesting user has link permission. |
Status | Filters results by the provided object status. |
Example Output
[
{
"id": "string",
"orgId": "string",
"name": "string",
"description": "string",
"freshnessPolicy": "string",
"freshForDuration": "string",
"createdBy": {
"id": "string",
"email": "string",
"givenName": "string",
"surname": "string",
"profilePhotoName": "string",
"userId": "string",
"roleIds": [
"string"
],
"state": "string"
},
"createdOn": "string",
"updatedBy": {
"id": "string",
"email": "string",
"givenName": "string",
"surname": "string",
"profilePhotoName": "string",
"userId": "string",
"roleIds": [
"string"
],
"state": "string"
},
"updatedOn": "string",
"status": "string",
"permissions": [
"string"
]
}
]
Workflow Library Example
List Labels with Hyperproof and Send Results Via Email
Preview this Workflow on desktop