GET api/PlanetLibraryCategory/GetPlanetLibraryCategoryById/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PlanetLibraryCategoryDTOName | Description | Type | Additional information |
---|---|---|---|
ChangeDate | date |
None. |
|
ChangedBy | integer |
None. |
|
CreateDate | date |
None. |
|
CreatedBy | integer |
None. |
|
Description | string |
None. |
|
Disabled | boolean |
None. |
|
DocType | integer |
None. |
|
DocumentId | integer |
None. |
|
FilePath | string |
None. |
|
Id | integer |
None. |
|
IsDocument | boolean |
None. |
|
IsManageable | boolean |
None. |
|
Name | string |
None. |
|
ParentId | integer |
None. |
|
PlanetLibraryTypeId | integer |
None. |
|
PortalPlanetLibraryId | integer |
None. |
|
ProjectTypeId | integer |
None. |
|
SortId | integer |
None. |
|
DocumentName | string |
None. |
|
HasDocument | boolean |
None. |
|
HasLink | boolean |
None. |
|
IsLinkExpired | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChangeDate": "2025-10-14T00:39:52.5721619-07:00", "ChangedBy": 1, "CreateDate": "2025-10-14T00:39:52.5721619-07:00", "CreatedBy": 1, "Description": "sample string 1", "Disabled": true, "DocType": 1, "DocumentId": 1, "FilePath": "sample string 2", "Id": 3, "IsDocument": true, "IsManageable": true, "Name": "sample string 4", "ParentId": 1, "ProjectTypeId": 1, "SortId": 1, "PortalPlanetLibraryId": 1, "HasDocument": true, "HasLink": true, "IsLinkExpired": true, "PlanetLibraryTypeId": 1, "DocumentName": "sample string 5" }