Forum Discussion
radiator
2 years agoFrequent Visitor
Rest API - parameters and custom function to get all the data - very slow loading
Hi all, I have an API that looks like this: /v1/geodata/fishhealth/vesseltrack/{mmsi}/{year}/{week} As you can see you need to specify mmsi (ship identifier), year and week. The thing is that...
lbendlin
2 years agoSuper User
Check the API documentation. Maybe they allow you to call
/v1/geodata/fishhealth/vesseltrack/{mmsi}/{year}
or even
/v1/geodata/fishhealth/vesseltrack/{mmsi}
radiator
2 years agoFrequent Visitor
Good Day Ibendlin, Thanks for your reply.
Here is what it is saying:
As you can see, all the fields are required, so I guess one have to use them to get it to work. Did a test now and it unfortunately did not work (datasource.errror, failed to get contents).
Best regards,
Radiator