Get all APIs

GET {{baseUrl}}/apis?workspaceId=<string>

Gets information about all APIs in a workspace.

Note:

This endpoint only returns APIs created or migrated in Qodex v10 and higher.

Request Params

KeyDatatypeRequiredDescription
workspaceIdstring(Required) The workspace ID.
createdBystringThe user ID of the user that created the resource.
cursorstringThe pointer to the first record of the set of paginated results.
limitstringThe maximum number of rows to return in the response. This value defaults to 10.
descriptionstringReturn only APIs whose description includes the given value. Matching is not case-sensitive.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;meta&quot;:{&quot;nextCursor&quot;:&quot;V2VkIEZlYiAxNSAyMDIzIDEzOjA3OjA4IEdNVCswMDAwIChDb29yZGluYXRlZCBVbml2ZXJzYWwgVGltZSk=&quot;,&quot;total&quot;:1,&quot;limit&quot;:10},&quot;apis&quot;:[{&quot;updatedBy&quot;:&quot;893478&quot;,&quot;createdBy&quot;:&quot;893478&quot;,&quot;name&quot;:&quot;New API&quot;,&quot;summary&quot;:null,&quot;description&quot;:&quot;This is an API for testing purposes.&quot;,&quot;createdAt&quot;:&quot;2023-02-15T06:27:16.000Z&quot;,&quot;id&quot;:&quot;73e15000-bc7a-4802-b80e-05fff18fd7f8&quot;,&quot;updatedAt&quot;:&quot;2023-02-15T06:27:24.000Z&quot;}]}