Skip to content

Commit 995a2ac

Browse files
Merge pull request #5 from AvePoint/opus
[DEVOPS-392]opus update
2 parents c06e8c2 + b0625d2 commit 995a2ac

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

docs/docs/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This API employs advanced authentication methods to ensure secure and efficient
4444
- Retrieve audit records: Access comprehensive records from AvePoint Online Services.
4545
- Streamline partner operations on customer management: Enhance efficiency in handling customer data and interactions through the Elements platform.
4646
- Job information retrieval: Obtain detailed job data from AvePoint's Cloud Backup solutions for Microsoft 365, Microsoft Azure, AWS, Dynamics 365, and Google Workspace.
47-
- EnPower data retrieval: Access and manage Power Platform data including environments, connections, Power Apps, Power Automate Cloud Flows, adn Power BI artifacts.
47+
- EnPower data retrieval: Access and manage Power Platform data including environments, connections, Power Apps, Power Automate Cloud Flows, and Power BI artifacts.
4848
- Insights data retrieval: Access detailed reports and data insights from Insights for Microsoft 365.
4949
- AvePoint Opus data management: Submit records to AvePoint Opus, retrieve due records, and destroy records.
5050

docs/docs/services-and-features/opus/destroy-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The API response provides the outcome of the request.
4141

4242
## Request Sample
4343

44-
To use this API, send a `DELETE` request to the specified endpoint, including necessary parameters. The following request structure is designed to update the status of records as Destroyed in AvePoint Opus.
44+
To use this API, send a `DELETE` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
4545

4646
**URL**
4747

docs/docs/services-and-features/opus/retrieve-due-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Each record retrieved through the API includes detailed attributes.
5656

5757
## Request Sample
5858

59-
The following request structure is designed to retrieve records whose disposal due date is earlier than the specified time.
59+
To use this API, send a `GET` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
6060

6161
```json
6262
https://graph-us.avepointonlineservices.com/records/connector/records?id=63acafab-b2b8-4b44-8ddb-7a47672c2393&disposalDueDate=2024-12-20T11:13:00&startIndex=&itemsPerpage=10

docs/docs/services-and-features/opus/submit-records.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ The API requires multiple parameters to submit records to AvePoint Opus.
4040
[comment: the confilictOption in the response contains spelling error, but we have to keep it now]: #
4141

4242
> [!NOTE]
43-
> For the **Choice (single selection)** type of column, the value must be the option order, instead of the option name; for the **Choice (multiple selections)** type of column, the value must be the option orders separated with a comma in square brackets; for the **Person or Group** type of column, the value must be the full email address of users and/or groups separated with a comma in square brackets. If the user or email does not exist in AvePoint Opus, AvePoint Opus will query the user or group in the Microsoft Entra that is authorized via the app profile in AvePoint Online Services.
43+
> AvePoint Opus supports creating custom columns of different types to meet your requirements for variable record properties. When submitting records with custom columns, enter the internal name of each custom column you have defined in the connection. Values of custom columns are optional. For details, refer to [Create Connections](https://cdn.avepoint.com/assets/webhelp/avepoint-opus/index.htm#!Documents/createconnections.htm).
44+
>- For the **Single line of text** type of column, value should be a single of text.
45+
>- For the **Multiple lines of text** type of column, value should be multiple lines of text.
46+
>- For the **Date and Time** type of column, value should be a date and/or time.
47+
>- For the **Choice (single selection)** type of column, value should be the numerical order of the correct option.
48+
>- For the **Choice (multiple selections)** type of column, value should be the numerical orders of the correct options separated by commas in square brackets.
49+
>- For the **Person or Group** type of column, value should be the full email address of users and/or groups separated by commas in square brackets. If the user or group does not exist in AvePoint Opus, AvePoint Opus will query it in the Microsoft Entra that is authorized via the app profile in AvePoint Online Services.
50+
>- For the **Number** type of column, value should be a number.
4451
4552
## Response
4653

@@ -54,7 +61,7 @@ The API response provides the outcome of the request.
5461

5562
## Request Sample
5663

57-
To use this API, send a `POST` request to the specified endpoint, including necessary parameters.
64+
To use this API, send a `POST` request to the specified endpoint, including necessary parameters as defined. The following request is an API call to the AvePoint Opus environment in the US - East region.
5865

5966
**URL**
6067

0 commit comments

Comments
 (0)