Skip to main content

Get Asset Category

GET 

https://app.infodeck.io/api/organizations/:organizationId/asset-categories/:assetCategoryId

Get asset category

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    assetCategoryId stringrequired

    The ID of asset

Responses

Schema
    data objectrequired

    Data of the asset.

    id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    image stringrequired
    createdBy stringrequired
    createdAtDateString numberrequired
    createdAt numberrequired
    updatedBy stringrequired
    updatedAtDateString numberrequired
    updatedAt numberrequired

Authorization: http

name: usertype: httpscheme: bearerbearerFormat: JWTdescription: Get your API token via POST /authentications/tokens
curl -L -X GET 'https://app.infodeck.io/api/organizations/:organizationId/asset-categories/:assetCategoryId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!