The API documentation appears to be out of date/incorrect
Hi,
I am experimenting with the API to see what information I can get from InSided using the API. I am referring to the documentation here...
https://api2-us-west-2.insided.com/docs/user/#operation/fetchUsers
...and have started getting results with this. However, the documentation says that an array will be returned. It isn’t an array that is returned. Records for users are numbered like this….
{
"0": {
"userid": "1",
"usergroupid": "0",
"membergroupids": "",
"displaygroupid": "0",
"username": "Anthony",
"email": "no-reply+anthony@insided.com",
"posts": "5",
"deleted_posts": "0",
"options": "1024",
"autosubscribe": "1",
This might seem trivial, but it makes it harder to work with if the documentation says something that is very different to what you actually get. The documentation also appears to leave a few fields out. Is there an update to this documentation somewhere?
Thanks, Richard