How do I get the ID for a REQ?

I’m stupid new to this. For the requisitions what do I put for the ID parameter? Where/how do I retrieve all the ID’s?

Alas you’ve touched on an issue I forgot to report.
It’s the only endpoint I’m unable to test.
https://github.com/DerFlatulator/haloapi/blob/master/test/apiMetadataTest.js#L85

There should be an endpoint for retrieving all REQs.

I came across this recently, they changed the ‘Requisition Packs’ endpoint from returning all the ‘Requisition Packs’ to returning a single one by Id.

Not sure why it changed, or how we are meant to get Ids for for packs.

Here’s some Ids to test with:

> [TestCase(“3a1614d9-20a4-4817-a189-88cb781e9152”)] //GOLD
> [TestCase(“3ce05b60-a118-4ad1-9617-bc04f64ac4d8”)] //SILVER
> [TestCase(“5f96269a-58f8-473e-9897-42a4deb1bf09”)] //BRONZE

> 2753093343646559;3:
> I came across this recently, they changed the ‘Requisition Packs’ endpoint from returning all the ‘Requisition Packs’ to returning a single one by Id.
>
> Not sure why it changed, or how we are meant to get Ids for for packs.
>
> Here’s some Ids to test with:
>
>
>
>
> > [TestCase(“3a1614d9-20a4-4817-a189-88cb781e9152”)] //GOLD
> > [TestCase(“3ce05b60-a118-4ad1-9617-bc04f64ac4d8”)] //SILVER
> > [TestCase(“5f96269a-58f8-473e-9897-42a4deb1bf09”)] //BRONZE

Those IDs are for requisition packs. Not actual requisitions. You can also get these IDs from the “rewards” from the commendations endpoint.

There is no way (AFAIK) to get IDs for the actual requisition endpoint (presumably weapons, vehicles, cosmetics, etc).

Doh. Reading comprehension fail.

Not sure how I got this Id, but you can use it for testing.

> 10 RP - Claim 10 REQ Points.
> Id = e4f549b2-90af-4dab-b2bc-11a46ea44103

I still feel like req packs are an issue (you used to be able to list them all, now you can only see ones rewarded for spartan rank increases (?)).

> 2753093343646559;5:
> Doh. Reading comprehension fail.
>
> Not sure how I got this Id, but you can use it for testing.
>
>
>
>
> > 10 RP - Claim 10 REQ Points.
> > Id = e4f549b2-90af-4dab-b2bc-11a46ea44103
>
>
> I still feel like req packs are an issue (you used to be able to list them all, now you can only see ones rewarded for spartan rank increases (?)).

Yea we definitely need them - a standard endpoint tbh