For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 1 3

using /Extractions/ScheduleGetInstrumentTriggerDetails

Hi, i'm interested in getting the average arrival time for a set of RICS to evaluate it, i noticed the /Extractions/ScheduleGetInstrumentTriggerDetails method in the REST API Reference Tree but unfortunately i can't find any example on how to make a simple request.
if you've an example to set it up quickly in Postman, they'd be great. thanks in advance

#technologydss-rest-apidatascope-select
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
79.2k 251 52 74

@paolo ciampanelli

Thanks for reaching out to us.

The /Extractions/ScheduleGetInstrumentTriggerDetails is used with the HTTP GET method and it requires a schedule ID. It looks like this:

/Extractions/ScheduleGetInstrumentTriggerDetails(Id='<schedule id>')

For example:

1678413991994.png

I think the output is similar to the View Triggers of a schedule on the DSS Web GUI.

1678414051841.png


I hope that this information is of help.


1678413991994.png (84.3 KiB)
1678414051841.png (44.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 1 1 3

Hi @Jirapongse thanks for your suggestion, it works. i was misled by the API tree info stating "Returns data availability / trigger information for all of the instruments in the referenced instrument list (ListId)" while a schedule id is the id needed

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.