Parameters in returned data

Hey,

Would it be possible to return the parameters in the requested data to allow just the response to be stored and it to have all the required info to match it to a entity.

For example when requesting the alliance info it would return the alliance id as part of the result and the character industry jobs would return the character id in each of the items.

While this is not such a big issue for results that return one item it requires code to loop each return item and add the parameters manually before storing it to a database.

IIRC this was brought up a while ago, and the answer is probably not. The reasoning being not wanting to return redundant data, since you already have the ID of what you are requesting there is no reason to include the same ID in every response object.

1 Like

You don’t remember what your requested 50ms ago? You already have the ID.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.