Sync History Using GET

Sync History Using GET

Get history for files synced via source control sync

Request
URI
GET
https://{api_host}//cava-s-182-041.eng.vmware.com/content/api/sourcecontrol/sync-history
COPY
Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information, please refer to /content/api/about

string
contentName
Optional

Search based on content name

string
contentType
Optional

Search based on content type

string
integrationId
Optional

Search based on integration id

string of array
projectIds
Optional

Search based on project ids

string of array
sourceIds
Optional

Search based on content source ids

string
status
Optional

Search based on sync status


Responses
200

Sync history

Returns SourceControlSyncHistory of type(s) application/json
{
    "_embedded": [
        {
            "contentFullPath": "string",
            "contentName": "string",
            "contentType": "string",
            "details": [
                "string"
            ],
            "id": "string",
            "integrationId": "string",
            "projectId": "string",
            "projectName": "string",
            "requestId": "string",
            "sourceId": "string",
            "status": "string",
            "timestamp": "string"
        }
    ],
    "_links": [
        {
            "deprecation": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "rel": "string",
            "templated": false,
            "title": "string",
            "type": "string"
        }
    ],
    "page": {
        "number": 0,
        "size": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
_embedded
Optional

_embedded

array of Link
_links
Optional

_links

page
Optional

page