• API Basics
  • Guides
  • Reference
  • News

    WO Note Number Is Growing

    less than 1 minute read

    We have noticed that the work order note number will soon reach the maximum integer value. That is why we have changed its data type from int32 to int64.

    Please check your integrations for handling values higher than 2147483647 to make all processes consistent.

    WO note number

    For more information, you can view the list of methods that work with the work order note ID:

    Notes

    GET /workorders/{workorderId}/notes
    POST /workorders/{workorderId}/notes
    GET /odata/workorders({workorderId})/notes
    GET /odata/workorders({workorderId})/notes({noteId})

    Check In/Out

    POST /workorders/{workorderId}/universalCheckIn
    POST /workorders/{workorderId}/universalCheckOut
    GET /odata/workorders({workorderId})/Service.CheckInActivity()

    Work Orders

    GET /workorders
    GET /workorders/{workorderId}

    Work Orders OData

    GET /odata/workorders
    GET /odata/workorders({workorderId})
    GET /odata/locations({locationId})/workorders
    GET /odata/locations({locationId})/workorders/Service.GetDuplicates()
    GET /odata/locations({locationId})/workorders/Service.GetRecalls()
    GET /odata/workorders/Service.NearBy(latitude={latitude},longitude={longitude})

    WO Notes Attachments

    POST /workorders/{workorderId}/notes/{noteId}/attachments
    GET /odata/workorders({workorderId})/notes({noteId})/attachments
    GET /odata/workorders({workorderId})/attachments

    Updated: June 21, 2024

    Share on

    Twitter Facebook Google+ LinkedIn
    Previous Next

    You may also enjoy

    Checklist Answer Rules: From Plan to Reality

    less than 1 minute read

    Previously announced validation rules are now in effect

    Rules For Checklist Answers

    less than 1 minute read

    Additional validation rules planned for Checklist Responses

    API Reference UI upgrade

    less than 1 minute read

    UI improvements for API Reference

    Webhooks 2x

    less than 1 minute read

    The number of events has doubled

    • Follow:
    • Twitter
    • Facebook
    • Feed
    © 2025 ServiceChannel. Powered by Jekyll & Minimal Mistakes.