Shifts TimeCard API - @odata.nextLink return 404 Not Found

Mohammed Jameel Sharaf 0 Reputation points
2023-09-21T10:46:38.2766667+00:00

Hi,

We are facing an issue with 4 of our teams where the @odata.nextLink return 404-Not Found.

This issue started on the 31st of August, and is still present till now.

Sample Request Endpoint: https://graph.microsoft.com/beta/teams/4dfaa04c-1ef3-490d-b332-1cbe704067be/schedule/timeCards

Request Headers:

{
    "client-request-id": "4c4f4b4c-381b-c8e9-9ba3-560f46829d77",
    "content-type": "application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8",
    "request-id": "78db72e4-3eec-47bc-8d3a-aae3d61abb85"
}

@odata.nextLink

Response Body:

{
    "error": {
        "code": "NotFound",
        "message": "",
        "innerError": {
            "date": "2023-09-21T10:43:00",
            "request-id": "eda9d1af-6bc3-4685-8e4d-77d8b2647313",
            "client-request-id": "c471d6ed-9931-dd16-b5c6-ff917b044a88"
        }
    }
}


Your kind support is appreciated.

Best Regards,

Mohammed

Microsoft Teams | Development
Microsoft Teams | Development
Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
Microsoft Security | Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. Matija Žiberna 0 Reputation points
    2025-02-08T09:44:36.0333333+00:00

    I'm getting the same error on messages.
    Fetching page 2, URL: https://graph.microsoft.com/v1.0/me/messages?%24top=10&%24skip=10

    Can it really be a bug on something so basic? I tried following docs but no matter what I do I get 404 error. I tried it in a loop, using the exact URL to no avail...

    Extremely, frustrating.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.