Chilkat Online Tools

unicodeC / Salesforce Platform APIs / File Information

Back to Collection Items

#include <C_CkHttpW.h>
#include <C_CkStringBuilderW.h>
#include <C_CkJsonObjectW.h>

void ChilkatSample(void)
    {
    HCkHttpW http;
    BOOL success;
    HCkStringBuilderW sbResponseBody;
    HCkJsonObjectW jResp;
    int respStatusCode;
    const wchar_t *checksum;
    const wchar_t *contentHubRepository;
    const wchar_t *contentModifiedDate;
    int contentSize;
    const wchar_t *contentUrl;
    const wchar_t *createdDate;
    const wchar_t *description;
    const wchar_t *downloadUrl;
    const wchar_t *externalDocumentUrl;
    const wchar_t *externalFilePermissionInformation;
    const wchar_t *fileAsset;
    const wchar_t *fileExtension;
    const wchar_t *fileType;
    const wchar_t *flashRenditionStatus;
    const wchar_t *id;
    BOOL isFileAsset;
    BOOL isInMyFileSync;
    BOOL isMajorVersion;
    const wchar_t *mimeType;
    const wchar_t *moderationFlags;
    const wchar_t *modifiedDate;
    const wchar_t *Color;
    const wchar_t *LargeIconUrl;
    const wchar_t *MediumIconUrl;
    const wchar_t *SmallIconUrl;
    const wchar_t *SvgIconUrl;
    const wchar_t *mySubscription;
    const wchar_t *name;
    const wchar_t *origin;
    const wchar_t *AdditionalLabel;
    const wchar_t *CommunityNickname;
    const wchar_t *CompanyName;
    const wchar_t *DisplayName;
    const wchar_t *FirstName;
    const wchar_t *Id;
    BOOL IsActive;
    BOOL IsInThisCommunity;
    const wchar_t *LastName;
    const wchar_t *MotifColor;
    const wchar_t *MotifLargeIconUrl;
    const wchar_t *MotifMediumIconUrl;
    const wchar_t *MotifSmallIconUrl;
    const wchar_t *MotifSvgIconUrl;
    const wchar_t *MySubscription;
    const wchar_t *Name;
    const wchar_t *Message;
    const wchar_t *FullEmailPhotoUrl;
    const wchar_t *LargePhotoUrl;
    const wchar_t *MediumPhotoUrl;
    const wchar_t *PhotoVersionId;
    const wchar_t *SmallPhotoUrl;
    const wchar_t *StandardEmailPhotoUrl;
    const wchar_t *v_Url;
    const wchar_t *Reputation;
    const wchar_t *Title;
    const wchar_t *v_Type;
    const wchar_t *ownerUrl;
    const wchar_t *UserType;
    int pageCount;
    const wchar_t *parentFolder;
    const wchar_t *pdfRenditionStatus;
    const wchar_t *publishStatus;
    const wchar_t *renditionUrl;
    const wchar_t *renditionUrl240By180;
    const wchar_t *renditionUrl720By480;
    const wchar_t *repositoryFileId;
    const wchar_t *repositoryFileUrl;
    const wchar_t *sharingOption;
    const wchar_t *sharingPrivacy;
    const wchar_t *sharingRole;
    const wchar_t *systemModstamp;
    const wchar_t *textPreview;
    const wchar_t *thumb120By90RenditionStatus;
    const wchar_t *thumb240By180RenditionStatus;
    const wchar_t *thumb720By480RenditionStatus;
    const wchar_t *title;
    const wchar_t *CurrentPageUrl;
    const wchar_t *NextPageUrl;
    const wchar_t *v_type;
    const wchar_t *url;
    const wchar_t *versionNumber;
    int i;
    int count_i;

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    http = CkHttpW_Create();

    // Adds the "Authorization: Bearer <access_token>" header.
    CkHttpW_putAuthToken(http,L"<access_token>");

    sbResponseBody = CkStringBuilderW_Create();
    success = CkHttpW_QuickGetSb(http,L"https://domain.com/services/data/v{{version}}/connect/files/:FILE_ID",sbResponseBody);
    if (success == FALSE) {
        wprintf(L"%s\n",CkHttpW_lastErrorText(http));
        CkHttpW_Dispose(http);
        CkStringBuilderW_Dispose(sbResponseBody);
        return;
    }

    jResp = CkJsonObjectW_Create();
    CkJsonObjectW_LoadSb(jResp,sbResponseBody);
    CkJsonObjectW_putEmitCompact(jResp,FALSE);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",CkJsonObjectW_emit(jResp));

    respStatusCode = CkHttpW_getLastStatus(http);
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",CkHttpW_lastHeader(http));
        wprintf(L"Failed.\n");
        CkHttpW_Dispose(http);
        CkStringBuilderW_Dispose(sbResponseBody);
        CkJsonObjectW_Dispose(jResp);
        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "checksum": "71a50dbba44c78128b221b7df7bb51f1",
    //   "contentHubRepository": null,
    //   "contentModifiedDate": "2023-11-20T16:28:22.000Z",
    //   "contentSize": 95,
    //   "contentUrl": null,
    //   "createdDate": "2023-11-20T16:28:22.000Z",
    //   "description": null,
    //   "downloadUrl": "/services/data/v58.0/connect/files/069.../content?versionNumber=1",
    //   "externalDocumentUrl": null,
    //   "externalFilePermissionInformation": null,
    //   "fileAsset": null,
    //   "fileExtension": "png",
    //   "fileType": "Png",
    //   "flashRenditionStatus": "Na",
    //   "id": "069...",
    //   "isFileAsset": false,
    //   "isInMyFileSync": false,
    //   "isMajorVersion": true,
    //   "mimeType": "image/png",
    //   "moderationFlags": null,
    //   "modifiedDate": "2023-11-20T16:28:22.000Z",
    //   "motif": {
    //     "color": "939393",
    //     "largeIconUrl": "/img/content/content64.png",
    //     "mediumIconUrl": "/img/content/content32.png",
    //     "smallIconUrl": "/img/icon/files16.png",
    //     "svgIconUrl": null
    //   },
    //   "mySubscription": null,
    //   "name": "1x1.png",
    //   "origin": "Chatter",
    //   "owner": {
    //     "additionalLabel": null,
    //     "communityNickname": "User1696423780773910041",
    //     "companyName": "Salesforce",
    //     "displayName": "Name",
    //     "firstName": "firstName",
    //     "id": "005...",
    //     "isActive": true,
    //     "isInThisCommunity": true,
    //     "lastName": "Name",
    //     "motif": {
    //       "color": "1B96FF",
    //       "largeIconUrl": "/img/icon/profile64.png",
    //       "mediumIconUrl": "/img/icon/profile32.png",
    //       "smallIconUrl": "/img/icon/profile16.png",
    //       "svgIconUrl": null
    //     },
    //     "mySubscription": null,
    //     "name": "Name",
    //     "outOfOffice": {
    //       "message": ""
    //     },
    //     "photo": {
    //       "fullEmailPhotoUrl": "https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1",
    //       "largePhotoUrl": "https://<my_domain>/profilephoto/729.../F",
    //       "mediumPhotoUrl": "https://<my_domain>/profilephoto/729.../M",
    //       "photoVersionId": "729...",
    //       "smallPhotoUrl": "https://<my_domain>/profilephoto/729.../T",
    //       "standardEmailPhotoUrl": "https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1",
    //       "url": "/services/data/v58.0/connect/user-profiles/005.../photo"
    //     },
    //     "reputation": null,
    //     "title": null,
    //     "type": "User",
    //     "url": "/services/data/v58.0/chatter/users/005...",
    //     "userType": "Internal"
    //   },
    //   "pageCount": 0,
    //   "parentFolder": null,
    //   "pdfRenditionStatus": "Na",
    //   "publishStatus": "PrivateAccess",
    //   "renditionUrl": "/services/data/v58.0/connect/files/069.../rendition?type=THUMB120BY90",
    //   "renditionUrl240By180": "/services/data/v58.0/connect/files/069.../rendition?type=THUMB240BY180",
    //   "renditionUrl720By480": "/services/data/v58.0/connect/files/069.../rendition?type=THUMB720BY480",
    //   "repositoryFileId": null,
    //   "repositoryFileUrl": null,
    //   "sharingOption": "Allowed",
    //   "sharingPrivacy": "None",
    //   "sharingRole": "Owner",
    //   "systemModstamp": "2023-11-20T16:28:23.000Z",
    //   "textPreview": null,
    //   "thumb120By90RenditionStatus": "NotScheduled",
    //   "thumb240By180RenditionStatus": "NotScheduled",
    //   "thumb720By480RenditionStatus": "NotScheduled",
    //   "title": "1x1.png",
    //   "topics": {
    //     "currentPageUrl": null,
    //     "nextPageUrl": null,
    //     "topics": [
    //     ]
    //   },
    //   "type": "File",
    //   "url": "/services/data/v58.0/connect/files/069...?versionNumber=1",
    //   "versionNumber": "1"
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    checksum = CkJsonObjectW_stringOf(jResp,L"checksum");
    contentHubRepository = CkJsonObjectW_stringOf(jResp,L"contentHubRepository");
    contentModifiedDate = CkJsonObjectW_stringOf(jResp,L"contentModifiedDate");
    contentSize = CkJsonObjectW_IntOf(jResp,L"contentSize");
    contentUrl = CkJsonObjectW_stringOf(jResp,L"contentUrl");
    createdDate = CkJsonObjectW_stringOf(jResp,L"createdDate");
    description = CkJsonObjectW_stringOf(jResp,L"description");
    downloadUrl = CkJsonObjectW_stringOf(jResp,L"downloadUrl");
    externalDocumentUrl = CkJsonObjectW_stringOf(jResp,L"externalDocumentUrl");
    externalFilePermissionInformation = CkJsonObjectW_stringOf(jResp,L"externalFilePermissionInformation");
    fileAsset = CkJsonObjectW_stringOf(jResp,L"fileAsset");
    fileExtension = CkJsonObjectW_stringOf(jResp,L"fileExtension");
    fileType = CkJsonObjectW_stringOf(jResp,L"fileType");
    flashRenditionStatus = CkJsonObjectW_stringOf(jResp,L"flashRenditionStatus");
    id = CkJsonObjectW_stringOf(jResp,L"id");
    isFileAsset = CkJsonObjectW_BoolOf(jResp,L"isFileAsset");
    isInMyFileSync = CkJsonObjectW_BoolOf(jResp,L"isInMyFileSync");
    isMajorVersion = CkJsonObjectW_BoolOf(jResp,L"isMajorVersion");
    mimeType = CkJsonObjectW_stringOf(jResp,L"mimeType");
    moderationFlags = CkJsonObjectW_stringOf(jResp,L"moderationFlags");
    modifiedDate = CkJsonObjectW_stringOf(jResp,L"modifiedDate");
    Color = CkJsonObjectW_stringOf(jResp,L"motif.color");
    LargeIconUrl = CkJsonObjectW_stringOf(jResp,L"motif.largeIconUrl");
    MediumIconUrl = CkJsonObjectW_stringOf(jResp,L"motif.mediumIconUrl");
    SmallIconUrl = CkJsonObjectW_stringOf(jResp,L"motif.smallIconUrl");
    SvgIconUrl = CkJsonObjectW_stringOf(jResp,L"motif.svgIconUrl");
    mySubscription = CkJsonObjectW_stringOf(jResp,L"mySubscription");
    name = CkJsonObjectW_stringOf(jResp,L"name");
    origin = CkJsonObjectW_stringOf(jResp,L"origin");
    AdditionalLabel = CkJsonObjectW_stringOf(jResp,L"owner.additionalLabel");
    CommunityNickname = CkJsonObjectW_stringOf(jResp,L"owner.communityNickname");
    CompanyName = CkJsonObjectW_stringOf(jResp,L"owner.companyName");
    DisplayName = CkJsonObjectW_stringOf(jResp,L"owner.displayName");
    FirstName = CkJsonObjectW_stringOf(jResp,L"owner.firstName");
    Id = CkJsonObjectW_stringOf(jResp,L"owner.id");
    IsActive = CkJsonObjectW_BoolOf(jResp,L"owner.isActive");
    IsInThisCommunity = CkJsonObjectW_BoolOf(jResp,L"owner.isInThisCommunity");
    LastName = CkJsonObjectW_stringOf(jResp,L"owner.lastName");
    MotifColor = CkJsonObjectW_stringOf(jResp,L"owner.motif.color");
    MotifLargeIconUrl = CkJsonObjectW_stringOf(jResp,L"owner.motif.largeIconUrl");
    MotifMediumIconUrl = CkJsonObjectW_stringOf(jResp,L"owner.motif.mediumIconUrl");
    MotifSmallIconUrl = CkJsonObjectW_stringOf(jResp,L"owner.motif.smallIconUrl");
    MotifSvgIconUrl = CkJsonObjectW_stringOf(jResp,L"owner.motif.svgIconUrl");
    MySubscription = CkJsonObjectW_stringOf(jResp,L"owner.mySubscription");
    Name = CkJsonObjectW_stringOf(jResp,L"owner.name");
    Message = CkJsonObjectW_stringOf(jResp,L"owner.outOfOffice.message");
    FullEmailPhotoUrl = CkJsonObjectW_stringOf(jResp,L"owner.photo.fullEmailPhotoUrl");
    LargePhotoUrl = CkJsonObjectW_stringOf(jResp,L"owner.photo.largePhotoUrl");
    MediumPhotoUrl = CkJsonObjectW_stringOf(jResp,L"owner.photo.mediumPhotoUrl");
    PhotoVersionId = CkJsonObjectW_stringOf(jResp,L"owner.photo.photoVersionId");
    SmallPhotoUrl = CkJsonObjectW_stringOf(jResp,L"owner.photo.smallPhotoUrl");
    StandardEmailPhotoUrl = CkJsonObjectW_stringOf(jResp,L"owner.photo.standardEmailPhotoUrl");
    v_Url = CkJsonObjectW_stringOf(jResp,L"owner.photo.url");
    Reputation = CkJsonObjectW_stringOf(jResp,L"owner.reputation");
    Title = CkJsonObjectW_stringOf(jResp,L"owner.title");
    v_Type = CkJsonObjectW_stringOf(jResp,L"owner.type");
    ownerUrl = CkJsonObjectW_stringOf(jResp,L"owner.url");
    UserType = CkJsonObjectW_stringOf(jResp,L"owner.userType");
    pageCount = CkJsonObjectW_IntOf(jResp,L"pageCount");
    parentFolder = CkJsonObjectW_stringOf(jResp,L"parentFolder");
    pdfRenditionStatus = CkJsonObjectW_stringOf(jResp,L"pdfRenditionStatus");
    publishStatus = CkJsonObjectW_stringOf(jResp,L"publishStatus");
    renditionUrl = CkJsonObjectW_stringOf(jResp,L"renditionUrl");
    renditionUrl240By180 = CkJsonObjectW_stringOf(jResp,L"renditionUrl240By180");
    renditionUrl720By480 = CkJsonObjectW_stringOf(jResp,L"renditionUrl720By480");
    repositoryFileId = CkJsonObjectW_stringOf(jResp,L"repositoryFileId");
    repositoryFileUrl = CkJsonObjectW_stringOf(jResp,L"repositoryFileUrl");
    sharingOption = CkJsonObjectW_stringOf(jResp,L"sharingOption");
    sharingPrivacy = CkJsonObjectW_stringOf(jResp,L"sharingPrivacy");
    sharingRole = CkJsonObjectW_stringOf(jResp,L"sharingRole");
    systemModstamp = CkJsonObjectW_stringOf(jResp,L"systemModstamp");
    textPreview = CkJsonObjectW_stringOf(jResp,L"textPreview");
    thumb120By90RenditionStatus = CkJsonObjectW_stringOf(jResp,L"thumb120By90RenditionStatus");
    thumb240By180RenditionStatus = CkJsonObjectW_stringOf(jResp,L"thumb240By180RenditionStatus");
    thumb720By480RenditionStatus = CkJsonObjectW_stringOf(jResp,L"thumb720By480RenditionStatus");
    title = CkJsonObjectW_stringOf(jResp,L"title");
    CurrentPageUrl = CkJsonObjectW_stringOf(jResp,L"topics.currentPageUrl");
    NextPageUrl = CkJsonObjectW_stringOf(jResp,L"topics.nextPageUrl");
    v_type = CkJsonObjectW_stringOf(jResp,L"type");
    url = CkJsonObjectW_stringOf(jResp,L"url");
    versionNumber = CkJsonObjectW_stringOf(jResp,L"versionNumber");
    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"topics.topics");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        i = i + 1;
    }



    CkHttpW_Dispose(http);
    CkStringBuilderW_Dispose(sbResponseBody);
    CkJsonObjectW_Dispose(jResp);

    }

Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://domain.com/services/data/v{{version}}/connect/files/:FILE_ID

Postman Collection Item JSON

{
  "name": "File Information",
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    },
    {
      "listen": "test",
      "script": {
        "exec": [
          ""
        ],
        "type": "text/javascript"
      }
    }
  ],
  "protocolProfileBehavior": {
    "disabledSystemHeaders": {}
  },
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{_endpoint}}/services/data/v{{version}}/connect/files/:FILE_ID",
      "host": [
        "{{_endpoint}}"
      ],
      "path": [
        "services",
        "data",
        "v{{version}}",
        "connect",
        "files",
        ":FILE_ID"
      ],
      "variable": [
        {
          "key": "FILE_ID",
          "value": ""
        }
      ]
    },
    "description": "Get information about a specified file, including references to external files. Upload a new version of an existing file, including references to external files. Rename a file, move a file to a different folder, and delete a file.\nTo upload a new version of an existing file, make a POST request. Upload the new version as a binary part in a multipart/form-data request. See Uploading Binary Files. To upload a new file to the Files home, use /connect/files/users/me.Get information about a specified file, including references to external files.\nhttps://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_files_information.htm"
  },
  "response": [
    {
      "name": "File Information",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{_endpoint}}/services/data/v{{version}}/connect/files/:FILE_ID",
          "host": [
            "{{_endpoint}}"
          ],
          "path": [
            "services",
            "data",
            "v{{version}}",
            "connect",
            "files",
            ":FILE_ID"
          ],
          "variable": [
            {
              "key": "FILE_ID",
              "value": "0692o00000woaKjAAI"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Date",
          "value": "Mon, 20 Nov 2023 16:33:38 GMT"
        },
        {
          "key": "Strict-Transport-Security",
          "value": "max-age=63072000; includeSubDomains"
        },
        {
          "key": "X-Content-Type-Options",
          "value": "nosniff"
        },
        {
          "key": "X-XSS-Protection",
          "value": "1; mode=block"
        },
        {
          "key": "X-Robots-Tag",
          "value": "none"
        },
        {
          "key": "Cache-Control",
          "value": "no-cache,must-revalidate,max-age=0,no-store,private"
        },
        {
          "key": "Content-Type",
          "value": "application/json;charset=UTF-8"
        },
        {
          "key": "Vary",
          "value": "Accept-Encoding"
        },
        {
          "key": "Content-Encoding",
          "value": "gzip"
        },
        {
          "key": "Transfer-Encoding",
          "value": "chunked"
        }
      ],
      "cookie": [
      ],
      "body": "{\n    \"checksum\": \"71a50dbba44c78128b221b7df7bb51f1\",\n    \"contentHubRepository\": null,\n    \"contentModifiedDate\": \"2023-11-20T16:28:22.000Z\",\n    \"contentSize\": 95,\n    \"contentUrl\": null,\n    \"createdDate\": \"2023-11-20T16:28:22.000Z\",\n    \"description\": null,\n    \"downloadUrl\": \"/services/data/v58.0/connect/files/069.../content?versionNumber=1\",\n    \"externalDocumentUrl\": null,\n    \"externalFilePermissionInformation\": null,\n    \"fileAsset\": null,\n    \"fileExtension\": \"png\",\n    \"fileType\": \"Png\",\n    \"flashRenditionStatus\": \"Na\",\n    \"id\": \"069...\",\n    \"isFileAsset\": false,\n    \"isInMyFileSync\": false,\n    \"isMajorVersion\": true,\n    \"mimeType\": \"image/png\",\n    \"moderationFlags\": null,\n    \"modifiedDate\": \"2023-11-20T16:28:22.000Z\",\n    \"motif\": {\n        \"color\": \"939393\",\n        \"largeIconUrl\": \"/img/content/content64.png\",\n        \"mediumIconUrl\": \"/img/content/content32.png\",\n        \"smallIconUrl\": \"/img/icon/files16.png\",\n        \"svgIconUrl\": null\n    },\n    \"mySubscription\": null,\n    \"name\": \"1x1.png\",\n    \"origin\": \"Chatter\",\n    \"owner\": {\n        \"additionalLabel\": null,\n        \"communityNickname\": \"User1696423780773910041\",\n        \"companyName\": \"Salesforce\",\n        \"displayName\": \"Name\",\n        \"firstName\": \"firstName\",\n        \"id\": \"005...\",\n        \"isActive\": true,\n        \"isInThisCommunity\": true,\n        \"lastName\": \"Name\",\n        \"motif\": {\n            \"color\": \"1B96FF\",\n            \"largeIconUrl\": \"/img/icon/profile64.png\",\n            \"mediumIconUrl\": \"/img/icon/profile32.png\",\n            \"smallIconUrl\": \"/img/icon/profile16.png\",\n            \"svgIconUrl\": null\n        },\n        \"mySubscription\": null,\n        \"name\": \"Name\",\n        \"outOfOffice\": {\n            \"message\": \"\"\n        },\n        \"photo\": {\n            \"fullEmailPhotoUrl\": \"https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0IogXzXAXaYKJnuWCNQmXymRq?fromEmail=1\",\n            \"largePhotoUrl\": \"https://<my_domain>/profilephoto/729.../F\",\n            \"mediumPhotoUrl\": \"https://<my_domain>/profilephoto/729.../M\",\n            \"photoVersionId\": \"729...\",\n            \"smallPhotoUrl\": \"https://<my_domain>/profilephoto/729.../T\",\n            \"standardEmailPhotoUrl\": \"https://<my_domain>/ncsphoto/1wsMlOd3tVC7boygqBO8wMT9KzA0D6tqzpbs-Uw0Ioi-dtynkoFWsl46as__TDFU?fromEmail=1\",\n            \"url\": \"/services/data/v58.0/connect/user-profiles/005.../photo\"\n        },\n        \"reputation\": null,\n        \"title\": null,\n        \"type\": \"User\",\n        \"url\": \"/services/data/v58.0/chatter/users/005...\",\n        \"userType\": \"Internal\"\n    },\n    \"pageCount\": 0,\n    \"parentFolder\": null,\n    \"pdfRenditionStatus\": \"Na\",\n    \"publishStatus\": \"PrivateAccess\",\n    \"renditionUrl\": \"/services/data/v58.0/connect/files/069.../rendition?type=THUMB120BY90\",\n    \"renditionUrl240By180\": \"/services/data/v58.0/connect/files/069.../rendition?type=THUMB240BY180\",\n    \"renditionUrl720By480\": \"/services/data/v58.0/connect/files/069.../rendition?type=THUMB720BY480\",\n    \"repositoryFileId\": null,\n    \"repositoryFileUrl\": null,\n    \"sharingOption\": \"Allowed\",\n    \"sharingPrivacy\": \"None\",\n    \"sharingRole\": \"Owner\",\n    \"systemModstamp\": \"2023-11-20T16:28:23.000Z\",\n    \"textPreview\": null,\n    \"thumb120By90RenditionStatus\": \"NotScheduled\",\n    \"thumb240By180RenditionStatus\": \"NotScheduled\",\n    \"thumb720By480RenditionStatus\": \"NotScheduled\",\n    \"title\": \"1x1.png\",\n    \"topics\": {\n        \"currentPageUrl\": null,\n        \"nextPageUrl\": null,\n        \"topics\": []\n    },\n    \"type\": \"File\",\n    \"url\": \"/services/data/v58.0/connect/files/069...?versionNumber=1\",\n    \"versionNumber\": \"1\"\n}"
    }
  ]
}