| Requires any of the roles: | Client, Admin, Partner |
| GET | /configuration_segments |
|---|
// @DataContract
export class ConfigurationSegmentsLookup
{
// @DataMember(Order=2)
public ConfigurationsId: number;
// @DataMember(Order=3)
public SegmentsId: number;
public constructor(init?: Partial<ConfigurationSegmentsLookup>) { (Object as any).assign(this, init); }
}
TypeScript ConfigurationSegmentsLookup DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /configuration_segments HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
[{"ConfigurationsId":0,"SegmentsId":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}]