deployedApisBasePath
Returns a list of base urls of deployed APIs.
Input Parameters:
componentIdToExclude: Optional component ID to exclude from the results.
Response: Array of base path strings for deployed APIs.
Example Request:
query {
deployedApisBasePath(componentIdToExclude: "<xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx>")
}
deployedApisBasePath(
componentIdToExclude: String
): [String!]
Arguments
deployedApisBasePath.componentIdToExclude ● String scalar miscellaneous
Type
String scalar miscellaneous
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Was this topic helpful?