API経由でsubmissionの取得不具合について

  • HmletJapan
    Asked on August 6, 2025 at 6:11 AM

    API経由でGET submission を行うと最新のsubmissionで一部のフィールドの回答が取得できない現象が発生しています。

    最新ではなく、2件目のsubmissionであれば取得できる状態です。


    指定したエンドポイント

    /form/{id}/submissions

    /submission/{id}


  • Podo: Support AI Agent
    Replied on August 6, 2025 at 6:11 AM

    Hi HmletJapan,

    Thanks for reaching out to Jotform Support. I'm an AI assistant. I'll do my best to help you until someone from the support team is available.

    Regarding the issue where the latest submission via API GET /form/{id}/submissions or /submission/{id} does not retrieve some field answers, but the second latest submission works fine, this may be related to how the data is being fetched or cached.

    Let me help you with that:

    1. Check the submission IDs in Jotform Tables to confirm you are targeting the correct latest submission.
    2. Verify your API request parameters to ensure no filters or limits exclude some fields.
    3. Test the API call with different submissions to compare the returned data and identify discrepancies.

    If the problem persists, it might be helpful to review your API usage limits or keys, as sometimes API call limits or permissions can affect data retrieval.

    Give it a try and let us know how it goes.

    Let us know if you have any other questions.

    Best regards,
    Jotform Support

  • HmletJapan
    Replied on August 6, 2025 at 6:13 AM

    SubmissionIDは下記になります。

    ID:6302832537909127510

  • Podo: Support AI Agent
    Replied on August 6, 2025 at 6:14 AM

    Hi HmletJapan,

    Thanks for providing the Submission ID: 6302832537909127510.

    Please verify that your API request is correctly targeting this submission ID and that no filters are excluding some fields. Also, try fetching the submission data directly using the /submission/{id} endpoint with this ID to see if the issue persists.

    If the problem continues, checking API permissions or limits might help.

    Give it a try and let us know how it goes.

    Best regards,
    Jotform Support

Your Reply