In Get Organization Licensing Coterm Licenses API : GET /organizations/{organizationId}/licensing/coterm/licenses (in Meraki Developer hub - https://developer.cisco.com/meraki/api-latest/#!get-organization-licensing-coterm-licenses) I/N: GET /organizations/1215707/licensing/coterm/licenses O/P: [ { "key": "Z2M7-YBTM-5SJE", "duration": 3650, "mode": "addDevices", "startedAt": "2022-09-23T17:38:38Z", "claimedAt": "2022-09-23T17:40:05Z", "invalidatedAt": null, "invalidated": false, "expired": false, "organizationId": "1215707", "counts": [ { "model": "MS250-24", "count": 4 }, { "model": "MV", "count": 4 }, { "model": "MX100", "count": 2 }, { "model": "MX68W", "count": 1 }, { "model": "Z3C", "count": 1 }, { "model": "MR Enterprise", "count": 4 } ], "editions": [ { "edition": "Enterprise", "productType": "appliance" } ] } ] Questions: 1) Since the output is given within these curly brackets{ } and not in an array[ ], can we expect multiple licensing values and if we get multiple license from this API then how to differentiate the same device models in the different license? 2) how to calculate the licensing expiration date, say one year will it be calculated by considering the startedAt date or ClaimedAt date
... View more