SignalReaderAssignmentInfo Data Type
name | data type | description |
---|---|---|
type | AssignmentType | The type of the assignment. |
Properties inherited from AssignmentInfo |
||
id | number | |
name | string | The name of the assignment. |
ownerLoginID | string | The username of the owner of the assignment. |
vehicleProfileVersion | VehicleProfileVersion | The vehicle profile the assignment is based on. |
usingLatestVehicleProfile | boolean | Whether the assignment is using the latest version of the vehicle profile or not. |
creationDate | string | The creation date of the assignment in UTC as an extended ISO 8601 string. |
string | The last edited date of the assignment in UTC as an extended ISO 8601 string. | |
comment | string | |
accessRights | AssignmentAccessType | The access rights of this assignment. |
canEdit | boolean | True if the assignment is public or if the requesting user has access to edit the assignment. |
Example
{ "type" : "signal_reader", "id" : 12345, "name" : "Assignment test 1", "ownerLoginID" : "anders.svensson", "vehicleProfileVersion" : { "version-id" : 12345, "name" : "Vehicle profile 1" }, "usingLatestVehicleProfile" : true, "creationDate" : "2024-04-01T12:52:32Z", "" : "2024-04-02T12:52:32Z", "comment" : "...", "accessRights" : "PUBLIC", "canEdit" : true }