Allows you to get information about a subscription assignment by providing a unique identifier from your external system.
OK Response
{- "Status": 10,
- "Error": "string",
- "Results": [
- {
- "Id": 45632,
- "ExternalId": "E3G5YZFREFEQ9371",
- "ClubId": 4421,
- "UserId": 897615,
- "Starts": 1449496800,
- "Expires": 1450479600,
- "TargetCompletion": 1449874800
}
]
}