Create an annotationCopy Pagepost https://mpulse.soasta.com/concerto/mpulse/api/annotations/v1Create a new annotation from an external application.Body ParamsAn annotation that displays in charts and other widgets.domainIdsarray of integersCan be a single domain ID or an array of domain IDs.domainIdsADD integerendintegerEnd time for annotations that have a range. It's a UTC epoch timestamp expressed in milliseconds.startintegerrequiredStart time of the annotation. It's a UTC epoch timestamp expressed in milliseconds.textstringrequiredDescription of the annotation.titlestringrequiredName of the annotation.HeadersX-Auth-TokenstringrequiredAll calls to this API require that you pass in the token you get from the Generate a token operation as an X-Auth-Token request header. See Get started for help to initially call the API.Response 200Annotation created. Response contains the new annotation ID.Updated 4 months ago