Show / Hide Table of Contents

    BlobData

    Queryable, Introduced in version 22.5

    GET https://localhost:8001/sv/001.1/api/v1/Common/BlobData
    

    A container for blob data.

    GUID

    0A07B09A-03F9-4AC2-908A-523A4BE9C770
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the blob data.
    MediaType Int32 The media type of the blob data.

    • Text: 0
    • Image: 1
    • Audio: 2
    • Video: 3
    • Application: 4
    • Multipart: 5
    • Message: 6
    MediaSubType String The media subtype of the blob data.

    • Max length is 32
    Value String The value of the blob data, represented as a Base64 string.

    Example

    {
      "Id": 0,
      "MediaType": 0,
      "MediaSubType": null,
      "Value": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB