GET api/resources/{id}
Get resource by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Resource| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | globally unique identifier |
None. |
|
| Office365Id | globally unique identifier |
None. |
|
| ProfilePicture | string |
None. |
|
| Generic | boolean |
None. |
|
| Inactive | boolean |
None. |
|
| CanLogin | boolean |
None. |
|
| UserOnly | boolean |
None. |
|
| name | string |
None. |
|
| GlobalPermissions | OnePlanLevel |
None. |
|
| OnePlanSecurityGroup | globally unique identifier |
None. |
|
| LastLogin | date |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| TimeZone | string |
None. |
|
| ExternalId | string |
None. |
|
| Delegates | Collection of globally unique identifier |
None. |
|
| Notifications | ResourceNotifications |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | globally unique identifier |
None. |
|
| Editor | globally unique identifier |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "92d6aaf4-1b75-44fc-9120-263ddf1cc444",
"Office365Id": "7b8687f3-22b0-4d60-8f03-f0c0e3714951",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "997377ce-cb3e-47c4-8af0-279cba0396e5",
"LastLogin": "2026-05-23T20:37:47.5861512+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"70272709-cf6e-4463-ab4b-2c29b6d3ba41",
"b8ebdd67-ec45-4425-a381-bded47ae34d1"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1b902f86-58c0-4aea-a3ab-7f7209adf64b",
"e5547159-e012-4134-884f-7cea691d6d6c"
]
},
"Created": "2026-05-23T20:37:47.5861512+00:00",
"Modified": "2026-05-23T20:37:47.5861512+00:00",
"Author": "2af06bd8-da94-4570-b7a7-5d8b45a8425c",
"Editor": "eda4b3a7-1196-4375-b07b-6e9506dc7530",
"CostRate": [
{
"Id": "1100c85a-5230-4fbb-99a7-9602501c221e",
"StartDate": "2026-05-23T20:37:47.5861512+00:00",
"EndDate": "2026-05-23T20:37:47.5861512+00:00",
"Cost": 4.0
},
{
"Id": "1100c85a-5230-4fbb-99a7-9602501c221e",
"StartDate": "2026-05-23T20:37:47.5861512+00:00",
"EndDate": "2026-05-23T20:37:47.5861512+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "69acbba3-17dd-47ca-bff1-44ba46e886a0",
"StartDate": "2026-05-23T20:37:47.5861512+00:00",
"EndDate": "2026-05-23T20:37:47.5861512+00:00",
"Rate": 4.0
},
{
"Id": "69acbba3-17dd-47ca-bff1-44ba46e886a0",
"StartDate": "2026-05-23T20:37:47.5861512+00:00",
"EndDate": "2026-05-23T20:37:47.5861512+00:00",
"Rate": 4.0
}
],
"id": "f31793c6-15af-457e-84fd-ce231626dac1",
"ConfigId": "350dac06-b9b3-49a6-9479-ce233485528d"
}