Newer Version Available
CdpActivationExternalPlatform Class
Get Data 360 activation external platforms.
Namespace
CdpActivationExternalPlatform Methods
These methods are for CdpActivationExternalPlatform. All
methods are static.
getActivationExternalPlatforms()
Get a list of all activation external platforms.
API Version
64.0
Requires Chatter
No
Signature
public static ConnectApi.ActivationExternalPlatformCollection getActivationExternalPlatforms()
Return Value
getActivationExternalPlatformsPaginated(limit, offset, orderBy)
Get a paginated list of activation external platforms. Repeat the call for
additional external platform results.
API Version
64.0
Requires Chatter
No
Signature
public static ConnectApi.ActivationExternalPlatformCollection getActivationExternalPlatformsPaginated(Integer limit, Integer offset, String orderBy)
Parameters
- limit
- Type: Integer
- Maximum number of external platform to return. Valid values are from 1 to 20.
- offset
- Type: Integer
- Number of external platforms to skip before returning the first result. The value must be greater than or equal to 0.
- orderBy
- Type: String
- Order in which to sort the results based on the createdDate field. Specify the field name followed by asc for ascending order or desc for descending order. If you specify only the field name, results are sorted in ascending order. For example, createdDate asc and createdDate yield the same results.