You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {module:model/AssetGroupAccountClone} data The data returned by the service call.
119
+
* @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data.
120
+
*/
121
+
122
+
/**
123
+
* Gets an asset group account clone by the asset group work id.
124
+
* Required scopes: asset_group_account_clone_read
125
+
* @param {String} organizationId The Guid representing the organization id.
126
+
* @param {String} assetGroupId The Guid representing the asset group id.
127
+
* @param {String} assetGroupWorkId The Guid representing the asset group account clone id
128
+
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely.
129
+
* @param {Boolean} optsOrCallback.includeDetails When true, include details for the asset group account clone.
130
+
* @param {module:api/ProvisionAssetGroupApi~getAssetGroupAccountCloneCallback} callback The callback function, accepting three arguments: error, data, response
131
+
* data is of type: {@link module:model/AssetGroupAccountClone}
* @param {module:model/AssetGroupAccountClones} data The data returned by the service call.
195
+
* @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data.
196
+
*/
197
+
198
+
/**
199
+
* Gets all asset group account clone(s) for an organization id.
200
+
* Required scopes: asset_group_account_clone_read
201
+
* @param {String} organizationId The Guid representing the organization id.
202
+
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely.
203
+
* @param {Date} optsOrCallback.sinceUpdatedDate When provided and is in the past, only return asset group account clone(s) that is updated after the date.
204
+
* @param {Boolean} optsOrCallback.includeDetails When true, include details for the asset group account clone(s).
205
+
* @param {module:api/ProvisionAssetGroupApi~getAssetGroupAccountClonesByOrgIdCallback} callback The callback function, accepting three arguments: error, data, response
206
+
* data is of type: {@link module:model/AssetGroupAccountClones}
* @param {module:model/AssetGroupAccountsResponse} data The data returned by the service call.
259
+
* @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data.
260
+
*/
261
+
262
+
/**
263
+
* Get all accounts in asset groups for the organization.
264
+
* Required scopes: asset_group_account_read
265
+
* @param {String} organizationId The Guid representing the organization id.
266
+
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely.
267
+
* @param {Boolean} optsOrCallback.compliant Whether to return accounts that are compliant. When provided, account responses will not include compliant field.
268
+
* @param {module:api/ProvisionAssetGroupApi~getAssetGroupAccountsCallback} callback The callback function, accepting three arguments: error, data, response
269
+
* data is of type: {@link module:model/AssetGroupAccountsResponse}
0 commit comments