Retrieves a ResourceCatalog by ID

This operation retrieves a ResourceCatalog entity. Attribute selection is enabled for all first level attributes.

Request
Security:
OAuth2 (openid)
path Parameters
id
required
string

Identifier of the ResourceCatalog

query Parameters
fields
string

Comma-separated properties to provide in response

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not allowed

409

Conflict

500

Internal Server Error

get/resourceCatalog/{id}
Request samples
curl -i -X GET \
  'https://bss.totogi.com/resourceCatalog/v4/resourceCatalog/:id?fields=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json;charset=utf-8
{
  • "@baseType": "string",
  • "@schemaLocation": "http://example.com",
  • "@type": "string",
  • "category": [
    ],
  • "description": "string",
  • "id": "string",
  • "lastUpdate": "2019-08-24T14:15:22Z",
  • "lifecycleStatus": "string",
  • "name": "string",
  • "relatedParty": [
    ],
  • "validFor": {
    },
  • "version": "string"
}