Timeline "Work Note"

Posts about the simPRO API. Help/support/how-to etc.
Forum rules
  • Check the documentation first. Before posting questions, please check the documentation to ensure it doesn't already cover what you need.
  • No spam. All automated messages, advertisements, and links to competitor websites will be deleted immediately.
  • Post in relevant sub-forums only. Messages posted in the wrong topic area will be removed and placed in the correct sub-forum by moderators.
  • Respect other users. No flaming or abusing fellow forum members. Users who continue to post inflammatory, abusive comments will be deleted from the forum after two warnings are issued by moderators.
  • Harassment. No threats or harassment of other users will be tolerated. Any instance of threatening or harassing behavior is grounds for deletion from the forums.
  • Adult content. No profanity or pornography is allowed. Posts containing adult material will be deleted.
  • Bandwidth. All images and signatures must be 500 x 500 pixels or smaller. Posts containing over-sized images and signatures will be removed.
  • Illegal content. No re-posting of copyrighted materials or other illegal content is allowed. Any posts containing illegal content or copyrighted materials will be deleted.
Post Reply
giggida
Posts: 7
Joined: Thu Jun 02, 2022 4:57 pm

Timeline "Work Note"

Post by giggida » Tue May 07, 2024 3:52 am

Within the API, we looking for the timestamp for the 'Work Note' from the timeline after it is updated. Many times there are spelling or other grammar issues that must be corrected before customer views. It appears after the update is completed, the timestamp remains the same there for there is no way of knowing there has been a change.

Is there a webhook for this? Didn't see in documentation.

Is there another way to get the 'Work Note' information from the API.
Attachments
Screenshot 2024-05-06 at 8.26.22 PM.png
Screenshot 2024-05-06 at 8.26.22 PM.png (152.89 KiB) Viewed 53 times
Screenshot 2024-05-06 at 8.26.06 PM.png
Screenshot 2024-05-06 at 8.26.06 PM.png (102 KiB) Viewed 54 times
SimproAPITeam
Posts: 17
Joined: Wed May 01, 2024 2:31 am

Re: Timeline "Work Note"

Post by SimproAPITeam » Wed May 08, 2024 1:54 am

Hi giggida,
The work compled notes are available on the work order endpoint. Here you can see the latest notes and also the timestamp when the work order was modified.

You can find the endpoint here:
https://developer.simprogroup.com/apido ... 4e970aae48

Code: Select all

/api/v1.0/companies/{companyID}/jobWorkOrders/{jobWorkOrderID}
I hope this provides the information you are looking for.

Regards
Simpro API Team | Simpro Software Group
giggida
Posts: 7
Joined: Thu Jun 02, 2022 4:57 pm

Re: Timeline "Work Note"

Post by giggida » Mon May 13, 2024 5:10 pm

This does not appear to be the end point for the work notes in the Activity screen. See the attached images from UI. Thanks!
Post Reply