Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId |
The organization identifier. |
integer |
None. |
| userId |
The user identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of license.
Collection of Pico.License| Name | Description | Type | Additional information |
|---|---|---|---|
| state |
Gets or sets the state. |
string |
None. |
| identifier |
Gets or sets the Identifier. |
string |
None. |
| url |
Gets or sets the URL. |
string |
None. |
| startDate |
Gets or sets the StartDate. |
string |
None. |
| endDate |
Gets or sets the EndDate. |
string |
None. |
| id |
Gets or sets the license identifier. |
integer |
None. |
| licenseType |
Gets or sets the License Type identifier. |
integer |
None. |
| users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
| organizations |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample String 1",
"identifier": "sample String 2",
"url": "sample String 3",
"startDate": "sample String 4",
"endDate": "sample String 5",
"id": 6,
"licenseType": 7,
"users": [
"1",
"2"
],
"organizations": [
"1",
"2"
]
},
{
"state": "sample String 1",
"identifier": "sample String 2",
"url": "sample String 3",
"startDate": "sample String 4",
"endDate": "sample String 5",
"id": 6,
"licenseType": 7,
"users": [
"1",
"2"
],
"organizations": [
"1",
"2"
]
}
]
text/html
Sample:
[{"state":"sample String 1","identifier":"sample String 2","url":"sample String 3","startDate":"sample String 4","endDate":"sample String 5","id":6,"licenseType":7,"users":["1","2"],"organizations":["1","2"]},{"state":"sample String 1","identifier":"sample String 2","url":"sample String 3","startDate":"sample String 4","endDate":"sample String 5","id":6,"licenseType":7,"users":["1","2"],"organizations":["1","2"]}]