Retrieve a Project

get

/api/v2/projects/{id}/inventories/

Make GET request to this resource to retrieve a single project record containing the following fields:

  • inventory_files: Array of inventory files and directories available within this project, not comprehensive. (json)

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : ProjectInventories
Type: object
Show Source
  • Title: Inventory files
    Read Only: true
    Array of inventory files and directories available within this project, not comprehensive.
Back to Top