Hi,
Using the SKY API Console to test the Appeal (Get) endpoint, I'm getting a 404 error for some IDs but not others.
For appeal_id 1000, I get:
GET https://api.sky.blackbaud.com/fundraising/v1/appeals/1000 HTTP/1.1
HTTP/1.1 200 OKcache-control: no-cachecontent-type: application/json; charset=utf-8expires: -1pragma: no-cache{ "id": "1000", "category": "Direct Mail", "date_added": "2020-12-07T11:43:26.977-05:00", "date_modified": "2021-05-07T08:51:06.297-05:00", "description": "MDSCA2021 - Cartes de printemps/Spring Cards (Acq.)", "goal": { "value": 0.000000 }, "inactive": false, "lookup_id": "MDSCA2021", "start_date": "2021-02-05T00:00:00"}
For appeal_id 1197, I get:
GET https://api.sky.blackbaud.com/fundraising/v1/appeals/1197 HTTP/1.1
HTTP/1.1 404 Not Foundcache-control: no-cachecontent-length: 193content-type: application/json; charset=utf-8expires: -1pragma: no-cache[{ "message": "The requested operation could not be fulfilled", "error_name": "RequestNotFulfilled", "error_code": 404, "raw_message": "The requested operation could not be fulfilled", "error_args": []}]
ID 1197 definitely belong to an appeal, so I'm not sure why one is working but the other one isn't.
I've had this error come up several times lately for different endpoints and I'm not sure why. Can anyone help here?
Also, how do I know or set which environment is linked to the SKY API Console? I don't think this is the problem because all of our environments have appeal_id 1197.
Thank you.