• Resolved alex4woo

    (@alex4woo)


    when creating REST API and querying with json, the schema is shown as follows:

    0: {…}
    1: {…}
    2: {…}

    our customer wishes to see the arrays in ‘data’ when queried, like this:

    data:
    0: {…}
    1: {…}
    0: {…}

    Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘REST API json’ is closed to new replies.