GET api/Devices/{affiliateId}/Get?includeInactiveDevices={includeInactiveDevices}

Gets the active devices.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
affiliateId

The affiliate identifier.

integer

Required

includeInactiveDevices

boolean

Default value is False

v

The requested API version

string

Default value is 2.0

Body Parameters

None.

Response Information

Resource Description

Gets the active devices.

Collection of FilmFlex.Platform.Common.API.Contracts.V2.DeviceDTO
NameDescriptionTypeAdditional information
Id

Gets or sets the identifier.

integer

None.

DeviceTypeId

Gets or sets the device type identifier.

integer

None.

DeviceTypeName

Gets or sets the name of the device type.

string

None.

DeviceName

Gets or sets the name of the device.

string

None.

UserId

Gets or sets the user identifier.

globally unique identifier

None.

DeviceId

Gets or sets the device identifier.

globally unique identifier

None.

UpdatedDate

Gets or sets the updated date.

date

None.

IsActive

Gets or sets a value indicating whether this instance is active.

boolean

None.

LastRegistrationEventDate

Gets or sets the last registration event date.

date

None.

DateNextDeregistrationAllowed

Gets or sets the date next deregistration allowed.

date

None.

DeregistrationAllowed

Gets a value indicating whether [deregistration is allowed].

boolean

None.

IsUnrestricted

Gets or sets a value indicating whether this instance is unrestricted.

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "DeviceTypeId": 2,
    "DeviceTypeName": "sample string 3",
    "DeviceName": "sample string 4",
    "UserId": "790e7167-466d-449d-8211-812825350573",
    "DeviceId": "33f257bc-9b01-4617-ab2c-c96bc42c1dfa",
    "UpdatedDate": "2025-09-04T07:08:15.978983+00:00",
    "IsActive": true,
    "LastRegistrationEventDate": "2025-09-04T07:08:15.978983+00:00",
    "DateNextDeregistrationAllowed": "2025-09-04T07:08:15.978983+00:00",
    "DeregistrationAllowed": true,
    "IsUnrestricted": true
  },
  {
    "Id": 1,
    "DeviceTypeId": 2,
    "DeviceTypeName": "sample string 3",
    "DeviceName": "sample string 4",
    "UserId": "790e7167-466d-449d-8211-812825350573",
    "DeviceId": "33f257bc-9b01-4617-ab2c-c96bc42c1dfa",
    "UpdatedDate": "2025-09-04T07:08:15.978983+00:00",
    "IsActive": true,
    "LastRegistrationEventDate": "2025-09-04T07:08:15.978983+00:00",
    "DateNextDeregistrationAllowed": "2025-09-04T07:08:15.978983+00:00",
    "DeregistrationAllowed": true,
    "IsUnrestricted": true
  }
]