Skip to main content

List Asset In Asset Category

GET 

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

List assets in asset category

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

    assetCategoryId stringrequired

    The ID of asset

Query Parameters

    maxResults number

    The maximum number of results to return.

    nextToken string

    To retrieve the next set of results.

Responses

Schema
    data object[]required

    Data of the asset.

  • Array [
  • id stringrequired
    name stringrequired
    description stringrequired
    assetCategory objectrequired
    id stringrequired
    name stringrequired
    keepAlive number
    connectionStatus boolean
    status string
    createdAtDateString stringrequired
    createdAt numberrequired
    updatedAtDateString stringrequired
    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/assets' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://app.infodeck.io/api
Auth
Parameters
— pathrequired
— pathrequired
— query
— query
ResponseClear

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