GET api/PlanetLibraryCategory/GetLibraryForMobile/{id}?parentId={parentId}&isGetDisableRecord={isGetDisableRecord}&isGetParent={isGetParent}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

parentId

integer

Required

isGetDisableRecord

boolean

Default value is False

isGetParent

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Collection of PlanetLibraryCategoryDTO
NameDescriptionTypeAdditional 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.

ProjectTypeId

integer

None.

SortId

integer

None.

PortalPlanetLibraryId

integer

None.

HasDocument

boolean

None.

HasLink

boolean

None.

IsLinkExpired

boolean

None.

PlanetLibraryTypeId

integer

None.

DocumentName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChangeDate": "2025-10-14T00:40:24.584086-07:00",
    "ChangedBy": 1,
    "CreateDate": "2025-10-14T00:40:24.584086-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 6"
  },
  {
    "ChangeDate": "2025-10-14T00:40:24.584086-07:00",
    "ChangedBy": 1,
    "CreateDate": "2025-10-14T00:40:24.584086-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 6"
  }
]