PHP Sigfox Client

DevicesIdCertificate

Table of Contents

modem()  : ModemCertificate
Retrieve the modem certificate associated with a device.
product()  : ProductCertificate
Retrieve the product certificate associated with a device already registered.

Methods

modem()

Retrieve the modem certificate associated with a device.

public modem(string|null $fields) : ModemCertificate
Parameters
$fields : string|null

Defines the other available fields to be returned in the response.

Tags
throws
SerializeException

If request object failed to serialize to a JSON serializable type.

throws
UnexpectedResponseException

If server returned an unexpected status code.

throws
ResponseException

If server returned any expected HTTP error

throws
ValidationException

If request could not be validated according to pre validation rules.

throws
BadRequestException

If server returned a HTTP 400 error.

throws
UnauthorizedException

If server returned a HTTP 401 error.

throws
ForbiddenException

If server returned a HTTP 403 error.

throws
NotFoundException

If server returned a HTTP 404 error.

throws
InternalServerException

If server returned a HTTP 500 error.

throws
DeserializeException

If failed to deserialize response body as a response object.

Return values
ModemCertificate

product()

Retrieve the product certificate associated with a device already registered.

public product(string|null $fields) : ProductCertificate
Parameters
$fields : string|null

Defines the other available fields to be returned in the response.

Tags
throws
SerializeException

If request object failed to serialize to a JSON serializable type.

throws
UnexpectedResponseException

If server returned an unexpected status code.

throws
ResponseException

If server returned any expected HTTP error

throws
ValidationException

If request could not be validated according to pre validation rules.

throws
BadRequestException

If server returned a HTTP 400 error.

throws
UnauthorizedException

If server returned a HTTP 401 error.

throws
ForbiddenException

If server returned a HTTP 403 error.

throws
NotFoundException

If server returned a HTTP 404 error.

throws
InternalServerException

If server returned a HTTP 500 error.

throws
DeserializeException

If failed to deserialize response body as a response object.

Return values
ProductCertificate

Search results