Azure DevOps
Common Model Sync Frequencies
Accessed third-party endpoints
Merge interacts with Azure DevOps API endpoints to access certain information as detailed below.
API Endpoints

GET/_apis/teams
Merge interacts with this API endpoint to...
Access Team information
Team fields
descriptionString

remote_idString

remote_dataArray

nameString
Access User information
User fields
teamsArray
GET/_apis/projects/{project_id}/teams/{team_id}/members
Merge interacts with this API endpoint to...
Access User information
User fields
remote_dataArray

email_addressString

avatarString

remote_idString

nameString
Access Role information
Role fields
nameString
GET/{project_id}/_apis/wit/fields
Merge interacts with this API endpoint to...
Access RemoteFieldClass information
RemoteFieldClass fields
descriptionString

remote_dataUnknown

item_typeUnknown

item_formatUnknown

display_nameString

remote_idUnknown

remote_key_nameString

is_common_model_fieldBoolean
GET/_apis/projects
Merge interacts with this API endpoint to...
Access RemoteFieldClass information
RemoteFieldClass fields
collectionUnknown
Access Project information
Project fields
descriptionString

remote_idString

remote_dataArray

nameString
Access Collection information
Collection fields
descriptionString

remote_dataArray

collection_urlString

remote_idString

remote_updated_atDateTime (ISO 8601)

nameString
POST/{project_id}/_apis/wit/workitems/{$type}
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

file_urlString

remote_idString

file_nameString
Access Tag information
Tag fields
nameString
PATCH/{project_id}/_apis/wit/workitems/{workitem_id}
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

file_urlString

remote_idString

ticketUUID

file_nameString
Access Tag information
Tag fields
nameString
POST/_apis/wit/workitemsbatch
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
descriptionString

remote_dataArray

remote_created_atDateTime (ISO 8601)

priorityEnum

statusEnum

creatorUUID

completed_atDateTime (ISO 8601)

parent_ticketUUID

due_dateDateTime (ISO 8601)

remote_idString

remote_updated_atDateTime (ISO 8601)

nameString

ticket_urlString

projectUnknown

ticket_typeString
Access Tag information
Tag fields
nameString
Access Attachment information
Attachment fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

file_urlString

remote_idString

ticketUUID

file_nameString
Access Comment information
Comment fields
ticketUUID
GET/{project_id}/_apis/wit/workItems/{workitem_id}/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
remote_dataArray

remote_created_atDateTime (ISO 8601)

userUUID

remote_idString

html_bodyString
POST/{project_id}/_apis/wit/workItems/{workitem_id}/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
bodyString

remote_created_atDateTime (ISO 8601)

userUUID

remote_idString

html_bodyString