GET api/Label/ItemLabelProfiles/{OwnerId}/{SystemUserId}
Get item label profiles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnerId |
Company id |
globally unique identifier |
Required |
| SystemUserId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
list of item label profiles
Collection of LabelProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "548b7dbb-8201-4654-b8e8-7afbd9abebf5",
"Name": "sample string 2"
},
{
"Id": "548b7dbb-8201-4654-b8e8-7afbd9abebf5",
"Name": "sample string 2"
}
]