Skip to content
English
  • There are no suggestions because the search field is empty.

Get All Media Category List

You can get a list of Document Categories using this API. 

URL /media/v1/get_media_category_list
Method GET
Parameters  
Sample Request JSON  
Sample Response JSON

{

"status": "ok",

"isvalid": true,

"isadmin": true,

"domid": "d7e19951-6990-402e-a1f3-357bd375ee61",

"mediacategory": [

{

"nidmediacategory": 4,

"categoryname": "Confidential Documents",

"minimumaccesslevel": 100,

"isdefault": false,

"ischildtransferred": true,

"ismergetransferred": true,

"isblockchainauthorized": true,

"isreadonly": false,

"categorytoken": "00000000-0000-0000-0000-000000000000"

},

{

"nidmediacategory": 5,

"categoryname": "Honor Declaration",

"minimumaccesslevel": 100,

"isdefault": false,

"ischildtransferred": true,

"ismergetransferred": true,

"isblockchainauthorized": true

"isreadonly": trie,

"categorytoken": "00000000-0000-0000-0000-000000000000"

}

]

}

Response Codes  200: ok