Created
February 24, 2015 04:01
-
-
Save albertywu/f76150c88bbf615f63e9 to your computer and use it in GitHub Desktop.
400 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "code": "400.1", | |
| "meta": { | |
| "msg": "multiple points" | |
| } | |
| }, | |
| "status": 400, | |
| "config": { | |
| "method": "GET", | |
| "transformRequest": [ | |
| null | |
| ], | |
| "transformResponse": [ | |
| null | |
| ], | |
| "params": { | |
| "fundId": 1, | |
| "evaluateQuickFilters": false | |
| }, | |
| "headers": { | |
| "Authorization": "TOKEN 2526131efcb59ef44be5cfbfd717cbc24430e259-1424390324578-awu", | |
| "Accept": "application/json, text/plain, */*" | |
| }, | |
| "url": "http://prod-api.coatue.com/api/smartlists/11/views/22/grid" | |
| }, | |
| "statusText": "Bad Request" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment