Gets documentation parts.
See https://paws-r.github.io/docs/apigateway/get_documentation_parts.html for full documentation.
apigateway_get_documentation_parts(
restApiId,
type = NULL,
nameQuery = NULL,
path = NULL,
position = NULL,
limit = NULL,
locationStatus = NULL
)
[required] The string identifier of the associated RestApi.
The type of API entities of the to-be-retrieved documentation parts.
The name of API entities of the to-be-retrieved documentation parts.
The path of API entities of the to-be-retrieved documentation parts.
The current pagination position in the paged result set.
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The status of the API documentation parts to retrieve. Valid values are
DOCUMENTED
for retrieving DocumentationPart resources with content and
UNDOCUMENTED
for DocumentationPart resources without content.