client.docs.getOperations()
Look up what the reference documents for an operation: parameters, the plan it needs, caching, every failure with its error.reason values, and the languages a sample is printed in.
getOperations(params: GetDocsOperationsParams): Promise<APIResponse<DocsOperations>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- stringerforderlich
The operation's path: a documented template, a concrete path or a full URL. A path that names no operation is matched as a prefix.
- Max. Länge
- 300
- Beispiel
- string
Narrow to one HTTP method. Omitted returns every method the path answers.
- Akzeptiert
- Beispiel
- object
The response payload.
- string
exactwhen the path named an operation,prefixwhen it did not and these are the operations under it (at most 25). - string
The version of this document the reference was rendered from.
- object[]
The matching operations.
- string
HTTP method.
- string
The documented path template.
- string
The operation's title in the reference.
- string
What the operation does, as the reference states it.
- string
The lowest plan that may call it:
public,account(a key attached to a user account),explorer,builder,studioorenterprise. - string
Whether a key is
required,optionalor not used (none). - boolean
Whether it answers
304 Not Modifiedto anIf-None-Matchcarrying the ETag it sent. - string
The operation's page in the reference.
- object[]
Path, query and header parameters, as the reference lists them.
- object | null
The request body, or null for an operation that takes none.
- object
What success looks like.
- object[]
Every failure the operation documents.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.