Discussions
manifests or master_trips?
Hi,
I'm seeing some inconsistent behavior with the v1.0 API. The documentation indicates this call to get a manifest:
https://platform.roserocket.com/api/v1/manifests/{manifestID}
This returns a 404
However this returns data:
https://platform.roserocket.com/api/v1/manifests/{manifestID}/followers so the api here looks partially implemented
Looking at the calls the GUI is making, I see a number of api calls to:
https://platform.roserocket.com/api/v1/master_trips/{manifestID}/* for the same manifest id
https://platform.roserocket.com/api/v1/master_trips/{manifestID} returns manifest data but I can't find any reference to master_trips in the API documentation.
Is https://platform.roserocket.com/api/v1/master_trips/* a supported call?
I should also note, we aren't using platform.roserocket.com but rather .roserocket.com
I appreciate the help.