v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
API Package Operations

Get API Packages Operation

Get API packages operation

get/v3/api-packages/{packageId}/operations/{operationId}

Response

API Package Operation

idstring uuid required

The API Operation identifier.

method'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' | 'OPTIONS' | 'HEAD' | 'CONNECT' | 'TRACE' required

The HTTP method of an API Operation.

pathstring required

The path of the API Operation.

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "id": "0f5061ce-78f6-4452-9108-ad7c02821fd6",
  "api": {
    "id": "0f5061ce-78f6-4452-9108-ad7c02821fd6",
    "name": "MyAPI",
    "version": "1.0.0"
  },
  "path": "/users/{user_id}",
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}