get
https://api.timify.com/v1/resources/
The URL parameter "resourceId" can be used in two ways:
- use the unique ID of the resource assigned by TIMIFY ("resourceId"). In this case, you don't need the QUERY parameter "external"
- use the "externalId" that you added to this resource. In this case, you need to add the parameter "external" ( for ex.: /?external=1) so the Developer API will search by your "externalId" and not by "resourceId" assigned by TIMIFY
You can add "externalId" to the resource with the Developer API endpoints POST /resources and PATCH resources/:resourceId
