Get Model By Id

Get Model By Id

Similar to the get model base call, get model by id is called with GET.

The id used will first be returned after using the create method is called. Then it would be returned in any get call, which returns collections, that contain criteria that cause it to be returned.

Can then be called via a GET request of the following form.

https://gateway.automatedapi.com/{Username}/{model name}s/{guid id from search or other store.}