REST API Reference Version 5.2.1.0Search

Read

GET v1/application_categories

Query parameters

Parameter Type
startRow NsUnsignedLong
endRow NsUnsignedLong
sortBy NsString
iSortBy NsString
pageSize NsUnsignedInt
id NsObjectID
name NsObjectName
creation_time NsTime
last_modified NsTime

GET v1/application_categories/detail

Query parameters

Parameter Type
startRow NsUnsignedLong
endRow NsUnsignedLong
sortBy NsString
iSortBy NsString
fields NsCommaSeparatedList
pageSize NsUnsignedInt
id NsObjectID
name NsObjectName
creation_time NsTime
last_modified NsTime

GET v1/application_categories/id

Query parameters

Parameter Type
fields NsCommaSeparatedList

Description

Lists application categories.

Normal Response Codes

200 206

HTTP Error Codes

400 401 403 404 500 503

Response

Parameter Type JSON Type Description Deprecated
id NsObjectID string Identifier for the application category. A 42 digit hexadecimal number. Example: '2a0df0fe6f7dc7bb16000000000000000000004817'.  
name NsObjectName string Name of application category. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. Example: 'myobject-5'.  
creation_time NsTime number Time when this application category was created. Seconds since last epoch i.e. 00:00 January 1, 1970. Example: '3400'.  
last_modified NsTime number Time when this application category was last modified. Seconds since last epoch i.e. 00:00 January 1, 1970. Example: '3400'.  

JSON Response

            
        
{
    "data": [
        {
            "id": "390000000000000000000000000000000000000001",
            "name": "Exchange"
        },
        {
            "id": "390000000000000000000000000000000000000002",
            "name": "Oracle"
        },
        {
            "id": "390000000000000000000000000000000000000003",
            "name": "SQL Server"
        },
        {
            "id": "390000000000000000000000000000000000000004",
            "name": "DB2"
        },
        {
            "id": "390000000000000000000000000000000000000005",
            "name": "SharePoint"
        },
        {
            "id": "390000000000000000000000000000000000000006",
            "name": "Virtual Server"
        },
        {
            "id": "390000000000000000000000000000000000000007",
            "name": "Virtual Desktop"
        },
        {
            "id": "390000000000000000000000000000000000000008",
            "name": "File Server"
        },
        {
            "id": "390000000000000000000000000000000000000009",
            "name": "Other"
        },
        {
            "id": "39000000000000000000000000000000000000000a",
            "name": "Unassigned"
        }
    ],
    "endRow": 10,
    "startRow": 0,
    "totalRows": 10
}