Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

The Service Team object contains specific details related to a service team and are managed by the Service Team REST API. A service team may have zero or more users assigned to it. User assignments are managed by the Service Team Users REST API.

 

On this page:

 

Service Team Object Formats

JSON Format
 {
 	"Name": "",
 	"ServiceTeamID": ""
 }

Service Team Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
NamestringIdentifies the name of the service team
ServiceTeamIDstringIdentifies the unique ID of the service team
  • No labels