get
https://Use API Lookup for a base URL/resources
Get a list of Resources that the caller is allowed to see based on the input query parameters.
Note:
- If the presented access token has a project scope:
- The response will only include resources from that project or,
- If referenceable=true or linkable=true, the response will ONLY include the resources that are available to the caller to link to the project in the token's project scope.
- If the presented access token has no scope:
- For access=default or access=manage:
- The response will include resources from all projects that the caller has access to.
- For raiEnabled types, the response will also include resources that exist outside of any project.
- For all other types, the response will NOT include resources that exist outside of any project.
- For access=readOutsideProject:
- For raiEnabled types, the response will ONLY include resources that exist outside of a project.
- For all other types, the response will be empty.
- For referenceable=true or linkable=true, the response will include the HERE public resources that are available to the caller to link to ANY project and all resources available to be linked to ANY project via Resource Plan Attachments or by virtue of being a Linkable resource to the realm
- For access=default or access=manage:
- raiEnabled types = [catalog, service, schema, artifact]
Access Control:
- This API works for tokens with or without a project scope.