API endpoint for Service Offerings?
I found information on retrieving information on a specific service offering, but I don't see a way to retrieve what service offerings exist under a particular service. There's an endpoint for creating one and and endpoint for deleting one, but nothing to list the ones that exist. I'd expect to be able to do a GET to an endpoint like https://solutions.teamdynamix.com/TDWebApi/api/{appId}/services/{serviceId}/offerings ... but that's not supported. Alternatively, it could be an attribute (list / array) on the service itself, but that's not the case either.
TLDR; how do I get a list of service offerings from the API?
-Robert
Answer (1)
Hello Robert,
You should see an array of service offerings if you were to do a GET https://YourDomainHere/TDWebApi/api/{appId}/services/{id} in the returned results.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
I missed seeing the note in the docs regarding the fact that ServiceOffering data is not included when retrieving the list of services from the services endpoint. While I understand not wanting to include that level of detail, may I suggest that the ServiceOfferingCount attribute at least be populated to reflect that some offerings exist?
-Robert - Robert Rust Thu 6/6/24 2:51 PM