Skip to content

Association Get

Paritech.Authority.Control Association Get <Service> <FromType> <FromCode> <ToType> <ToCode>

Retrieves the details of an Association between two Assets. Will include details of the From and To Assets.

FieldDescription
ServiceThe Authority Service to connect to.
FromTypeThe type of the Asset the Association is from.
FromCodeThe unique code of the Asset the Association is from.
ToTypeThe type of the Asset the Association is to.
ToCodeThe unique code of the Asset the Association is to.
OptionDescription
-Cols <Columns>A comma-separated list of column names. Defaults to type,code.
-Enc <Encoding>Output encoding. One of ASCII, UTF8 (default).
-File <FileName>Write to the given file
-Format <Format>Output data format. One of CSV (default), TSV, JSON.
-NewLine <NewLine>NewLine format. One of CR, LF, CRLF. Defaults to platform specific.
-NoHeaderThe output data does not contain a header line.
-StdoutWrite to STDOUT. Default.

The process result will be 0 on success, and a negative value on failure.

Get Association
Paritech.Authority.Control Association Get XOSP User 1234 TradingAccount XS:0001 > Associations.csv
Assocations.csv
Type,Code
User,1234
TradingAccount,XS:0001

Utilises the /association API.