Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Rest API not pulling data

Hi
I auto created API services.

FIND does not seem to work.. No records pulling through. GET and POST and UPDATE working ok.

When I create folders ie. called Content I get a service that lists as \content\content\content\content\service_name. It for some or other reason creates multiple content subdirectories for no reason.
Image

As you can see from the image, the latency is horrible. Maybe you guys should increase you bandwidth or upgrade your API server. Maybe this is causing the problem I am having?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Rest API not pulling data

Hello Deon,

API Express tries to read items according to the request JSON. In your case it is:
"chapter": null,
"programme": null
....

If you need to read all items with "chapter":1, please use a request JSON below:

{"chapter":1}

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Rest API not pulling data

Aah, ok thank you.

Return to “Issues”