cancel
Showing results for 
Search instead for 
Did you mean: 

Create a document with multi-valued property using REST API - postman

jaya437
Champ on-the-rise
Champ on-the-rise

Hi,

What is the delimiter or format to use for multi-valued attribute on form-data while creating a document using REST API from postman. Following pic could depict the question. Many thanks in advance.

image

2 ACCEPTED ANSWERS

Following is the solution for uploading multivalued attribute along with content using form data, repeat property name in form data which will be read as Aarray by REST API

image

Thanks

Jayakumar M

View answer in original post

abhinavmishra14
World-Class Innovator
World-Class Innovator

Use the workaround suggested by @jaya437 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

View answer in original post

9 REPLIES 9

abhinavmishra14
World-Class Innovator
World-Class Innovator

As far as i know, setting multi valued property with multiple value at once was not supported via public api "alfresco/api/-default-/public/alfresco/versions/1/nodes/".

You can try sending values ", " or ";" separated or [value1,value2] and see if it works (be cautious about the special chars such as {, } in the value), else Contact support and open an enhancement ticket based on their response. 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

Thank you for replying.

I have tried all sugested options, but none works.

Values are recorded as follows individually where as the expectation is ["Pol001","pol002"]:

["{Pol001,pol002}"]

["'Pol001','pol002'"]

["['Pol001','pol002']"]

["Pol001;pol002"]

["Pol001,Pol002"]

["{Pol001,Pol002}"]

Any more suggestions please.

abhinavmishra14
World-Class Innovator
World-Class Innovator

Like mentioned earlier, multile values were not supported earlier And looks like it is still not supported. Contact support and open an enhancement ticket based on their response. 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

Thank you, a case has been raised with Alfresco for the same. I will update once we hear back for the case.

Hi @jaya437,

Have you received any update on the case raised with Alfresco? I'm also looking for solution for the same.

Thank You

Following is the solution for uploading multivalued attribute along with content using form data, repeat property name in form data which will be read as Aarray by REST API

image

Thanks

Jayakumar M

abhinavmishra14
World-Class Innovator
World-Class Innovator

@jaya437 seems like alfresco support is suggesting this workaround.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)

sakbar
Champ on-the-rise
Champ on-the-rise

Any update on this? I'm having the same issue creating document with muti-valued property.

abhinavmishra14
World-Class Innovator
World-Class Innovator

Use the workaround suggested by @jaya437 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)