List the Profile Categories API

Use this API to search the categories of profile.

POST/fim/v3/categories/search

SampleSample

API Request

curl -X POST <qualys_base_url>/fim/fim/v3/categories/search
-H 'authorization: Bearer <token>' 
-H 'content-type: application/json'

Contents of request.json:

[
    {
        "id": "2xxx5022-2xxx-11x7-93xx-92361x002671",
        "name": "PCI",
        "createdBy": {
            "user": {
                "id": "2xxx5270-2xxx-11x7-93xx-92361x002671",
                "name": "System"
            },
            "date": 1493813100000
        },
        "system": true,
        "deleted": false
    },
    {
        "id": "2xxb5374-2xxx-11x7-93xx-92361x002671",
        "name": "HIPAA",
        "createdBy": {
            "user": {
                "id": "2xxx5270-2xxx-11x7-93xx-92361x002671",
                "name": "System"
            },
            "date": 1493813100000
        },
        "system": true,
        "deleted": false
    }
]