Requisitions endpoint

Is there anywhere that I can even get the id for an individual requisition to even make the request for it?

It’s a known issue. They changed the endpoint from a list to a detail route.

There’s at least one ID available for testing though.

Here’s the response it provides.

Here’s the full list of Ids: pastebin.com/raw.php?i=RHKUY7yi

You can query the API for additional info on each item.

Unsupported, untested, unofficial.

> 2753093343646559;3:
> Here’s the full list of Ids: pastebin.com/raw.php?i=RHKUY7yi
>
> You can query the API for additional info on each item.
>
> Unsupported, untested, unofficial.

Awesome, thanks for that! Got all the responses cached in redis for instant retrieval.

Have I mentioned how awesome redis is?

> 2753093343646559;3:
> Here’s the full list of Ids: pastebin.com/raw.php?i=RHKUY7yi
>
> You can query the API for additional info on each item.
>
> Unsupported, untested, unofficial.

That’s awesome. Don’t suppose you’d happen to have the ids for the new reqs or how to obtain them?