Open cboettig opened 7 years ago
You need to add sensor_type_id
like this:
https://www.movebank.org/movebank/service/direct-read?entity_type=study_attribute&study_id={{buffalo}}&sensor_type_id=653
You can find the sensor_type_id
through other calls first.
It often require some hidden requirements not fully documented, though I think I have documented the most of them in the document.
You can have a look at my repo here, which have a collection of postman, included many tried and true examples.
Note I have to remove some login info from the collection, see more details in the readme.md of my repo.
Yes, I did document this usage in another file
Need study_id and sensor_type_id in call. Get sensor_type_id from sensor call.
Looks like any request I make against the
study_attribute
entity type endpoint throws an internal server error, (500). for example, this query:throws a 500 error. I don't have trouble querying against other endpoints like
study
andtaxon
. Any idea why this is happening? Apologies if this is not the right place to report the error.