Данные, возвращаемые из вызова API
> Object { "config": Object {
> "adapter": [Function xhrAdapter],
> "baseURL": "http://192.168.xxx.xxx:3333",
> "data": undefined,
> "headers": Object {
> "Accept": "application/json, text/plain, */*",
> },
> "maxContentLength": -1,
> "method": "get",
> "params": Object {
> "page": 1,
> },
> "timeout": 0,
> "transformRequest": Array [
> [Function transformRequest],
> ],
> "transformResponse": Array [
> [Function transformResponse],
> ],
> "url": "/incidents",
> "validateStatus": [Function validateStatus],
> "xsrfCookieName": "XSRF-TOKEN",
> "xsrfHeaderName": "X-XSRF-TOKEN", }, "data": Object {
> "incidents": Array [
> Object {
> "city": "Vancouver",
> "description": "details of the Incident report",
> "email": "info@apade.ca",
> "id": 3,
> "name": "Apade",
> "ngo_id": "5209f9ae",
> "state": "BC",
> "title": "IR 2",
> "value": 110,
> "whatsapp": "604 123 1234",
> },
> Object {
> "city": "Vancouver",
> "description": "details of the Incident report",
> "email": "info@apade.ca",
> "id": 6,
> "name": "Apade",
> "ngo_id": "5209f9ae",
> "state": "BC",
> "title": "IR 4",
> "value": 120,
> "whatsapp": "604 123 1234",
> },
> Object {
> "city": "Vancouver",
> "description": "details of the Incident report",
> "email": "info@apade.ca",
> "id": 7,
> "name": "Apade",
> "ngo_id": "5209f9ae",
> "state": "BC",
> "title": "IR 5",
> "value": 120,
> "whatsapp": "604 123 1234",
> },
> Object {
> "city": "Vancouver",
> "description": "details of the Incident report",
> "email": "info@apade.ca",
> "id": 8,
> "name": "Apade",
> "ngo_id": "5209f9ae",
> "state": "BC",
> "title": "IR 6",
> "value": 120,
> "whatsapp": "604 123 1234",
> },
> Object {
> "city": "Vancouver",
> "description": "details of the Incident report",
> "email": "info@apade.ca",
> "id": 9,
> "name": "Apade",
> "ngo_id": "5209f9ae",
> "state": "BC",
> "title": "IR 7",
> "value": 120,
> "whatsapp": "604 123 1234",
> },
> ], }, "headers": Object {
> "access-control-allow-origin": "*",
> "cache-control": "public, max-age=0",
> "connection": "keep-alive",
> "content-length": "1015",
> "content-type": "application/json; charset=utf-8",
> "date": "Fri, 17 Apr 2020 17:18:17 GMT",
> "etag": "W/\"3f7-qB7SdnrSk8xOqSo8f9RGhorMNdk\"",
> "x-powered-by": "Express",
> "x-total-count": "12", }, "request": XMLHttpRequest {
> "DONE": 4,
> "HEADERS_RECEIVED": 2,
> "LOADING": 3,
> "OPENED": 1,
> "UNSENT": 0,
> "_aborted": false,
> "_cachedResponse": undefined,
> "_hasError": false,
> "_headers": Object {
> "accept": "application/json, text/plain, */*",
> },
> "_incrementalEvents": false,
> "_lowerCaseResponseHeaders": Object {
> "access-control-allow-origin": "*",
> "cache-control": "public, max-age=0",
> "connection": "keep-alive",
> "content-length": "1015",
> "content-type": "application/json; charset=utf-8",
> "date": "Fri, 17 Apr 2020 17:18:17 GMT",
> "etag": "W/\"3f7-qB7SdnrSk8xOqSo8f9RGhorMNdk\"",
> "x-powered-by": "Express",
> "x-total-count": "12",
> },
> "_method": "GET",
> "_requestId": null,
> "_response": "{\"incidents\":[{\"id\":3,\"title\":\"IR 2\",\"description\":\"details of the Incident
> report\",\"value\":110,\"ngo_id\":\"5209f9ae\",\"name\":\"Apade\",\"email\":\"info@apade.ca\",\"whatsapp\":\"604
> 123
> 1234\",\"city\":\"Vancouver\",\"state\":\"BC\"},{\"id\":6,\"title\":\"IR
> 4\",\"description\":\"details of the Incident
> report\",\"value\":120,\"ngo_id\":\"5209f9ae\",\"name\":\"Apade\",\"email\":\"info@apade.ca\",\"whatsapp\":\"604
> 123
> 1234\",\"city\":\"Vancouver\",\"state\":\"BC\"},{\"id\":7,\"title\":\"IR
> 5\",\"description\":\"details of the Incident
> report\",\"value\":120,\"ngo_id\":\"5209f9ae\",\"name\":\"Apade\",\"email\":\"info@apade.ca\",\"whatsapp\":\"604
> 123
> 1234\",\"city\":\"Vancouver\",\"state\":\"BC\"},{\"id\":8,\"title\":\"IR
> 6\",\"description\":\"details of the Incident
> report\",\"value\":120,\"ngo_id\":\"5209f9ae\",\"name\":\"Apade\",\"email\":\"info@apade.ca\",\"whatsapp\":\"604
> 123
> 1234\",\"city\":\"Vancouver\",\"state\":\"BC\"},{\"id\":9,\"title\":\"IR
> 7\",\"description\":\"details of the Incident
> report\",\"value\":120,\"ngo_id\":\"5209f9ae\",\"name\":\"Apade\",\"email\":\"info@apade.ca\",\"whatsapp\":\"604
> 123 1234\",\"city\":\"Vancouver\",\"state\":\"BC\"}]}",
> "_responseType": "",
> "_sent": true,
> "_subscriptions": Array [],
> "_timedOut": false,
> "_trackingName": "unknown",
> "_url": "http://192.168.xxx.xxx:3333/incidents?page=1",
> "readyState": 4,
> "responseHeaders": Object {
> "Access-Control-Allow-Origin": "*",
> "Cache-Control": "public, max-age=0",
> "Connection": "keep-alive",
> "Content-Length": "1015",
> "Content-Type": "application/json; charset=utf-8",
> "Date": "Fri, 17 Apr 2020 17:18:17 GMT",
> "ETag": "W/\"3f7-qB7SdnrSk8xOqSo8f9RGhorMNdk\"",
> "X-Powered-By": "Express",
> "X-Total-Count": "12",
> },
> "responseURL": "http://192.168.xxx.xxx:3333/incidents?page=1",
> "status": 200,
> "timeout": 0,
> "upload": XMLHttpRequestEventTarget {},
> "withCredentials": true, }, "status": 200, "statusText": undefined, }